Skip to content

Releases: qavajs/playwright

3.10.0

06 Jan 16:11
c0f2b0d

Choose a tag to compare

What's Changed

Full Changelog: 3.9.0...3.10.0

3.9.0

19 Dec 13:47
41eb3e5

Choose a tag to compare

What's Changed

Full Changelog: 3.8.0...3.9.0

3.8.0

24 Nov 14:34

Choose a tag to compare

What's Changed

Full Changelog: 3.7.1...3.8.0-v2

3.7.1

24 Nov 10:05
d2154b0

Choose a tag to compare

What's Changed

  • fixed parameter type for I save file to {value} by clicking {locator} by @AlexGalichenko in #38

Full Changelog: 3.7.0...3.7.1

3.7.0

24 Nov 09:36
8cbf096

Choose a tag to compare

What's Changed

Full Changelog: 3.6.0...3.7.0

3.6.0

13 Nov 09:57
c0b9eb2

Choose a tag to compare

What's Changed

Full Changelog: 3.5.0...3.6.0

3.5.0

30 Sep 16:00
f84074b

Choose a tag to compare

What's Changed

Full Changelog: 3.4.0...3.5.0

3.4.0

09 Sep 09:04
4fa9601

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

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

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