Skip to content

v1.4.0

Compare
Choose a tag to compare
@vigneshshanmugam vigneshshanmugam released this 22 Aug 18:51
· 65 commits to main since this release

Features

  • Users now import devices directly from the @elastic/synthetics inside their journeys instead of importing from @playwright-core which might not work as expected when running project monitors #810
    // synthetics.config.ts
    import { devices } from "@elastic/synthetics"
    
    export default {
      playwrightOptions: {
        ...devices['Galaxy S9+'],
      },
    }
  • Headless option has been brought back to the CLI flags, Users can now disable headless mode by passing --no-headless flag options #813
  • Playwright version has been upgraded to 1.37 which includes Chrome version 116.0.5845.82 - #816

Bug Fixes

  • Now bundling project monitors also tracks changes in the imported files along with the changes made on journey files which will update the monitors correctly #802
  • Url and Auth flags has been made optional for locations command, Its only required if users are interested in listing their privateLocations #814
  • Update typescript typings for Kibana version #818

Full Changelog: v1.3.0...v1.4.0