Skip to content

Releases: qavajs/playwright

3.5.0

30 Sep 16:00
f84074b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.4.0...3.5.0

3.4.0

09 Sep 09:04
4fa9601
Compare
Choose a tag to compare

What's Changed

  • 🚀 added electron steps by @AlexGalichenko in #29
  • 🚀 added electron world property to interact with main electron process
  • 🚀 added step to interact with electron app menu
When I click 'Test > Open Page' electron menu
  • 🚀 added capability to execute script on electron main process
Scenario: evaluate script on main process
  When I execute '$js(async ({ app }) => app.showAboutPanel())' script on electron app

Scenario: evaluate script on main process and save result to memory
  When I execute '$js(async ({ app }) => app.getAppPath())' script on electron app and save result as 'appPath'
  Then I expect '$appPath' memory value to contain 'test-e2e/apps/electron'

Full Changelog: 3.3.0...3.4.0

3.3.0

25 Aug 11:20
fb20520
Compare
Choose a tag to compare

What's Changed

  • added to satisfy validation to verify user-defined expectation provided as predicate by @AlexGalichenko in #28

Full Changelog: 3.2.0...3.3.0

3.2.0

29 Jul 13:26
9331fc9
Compare
Choose a tag to compare

What's Changed

  • Added capability to provide defaultResolver to define default logic to identify element by @AlexGalichenko in #27

Full Changelog: 3.1.0...3.2.0

3.1.0

13 Jun 09:16
1e5d9e5
Compare
Choose a tag to compare

What's Changed

  • added support of locator.describe() to log alias and corresponding locator by @AlexGalichenko in #26

Full Changelog: 3.0.0...3.1.0

3.0.0

19 May 13:37
5c0a2d5
Compare
Choose a tag to compare

What's Changed

  • added @cucumber/cucumber and @qavajs/playwright-runner-adapter as bundled dependencies by @AlexGalichenko in #24
  • added capability to provide softly suffix to perform soft validations by @AlexGalichenko in #25

Full Changelog: 2.5.0...3.0.0

2.5.0

20 Mar 09:21
8eb319d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.0...2.5.0

2.4.0

19 Mar 13:28
3d4780f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.1...2.4.0

2.3.1

14 Jan 16:15
76c8922
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.0...2.3.1

1.1.0

14 Jan 20:07
55bb24f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.1.0