Releases: qavajs/playwright
Releases · qavajs/playwright
3.10.0
What's Changed
- added
I save value of...step by @AlexGalichenko in #42
Full Changelog: 3.9.0...3.10.0
3.9.0
What's Changed
- update runner adapter by @AlexGalichenko in #40
- added steps to work with custom properties (script results) in memory and validations by @AlexGalichenko in #41
Full Changelog: 3.8.0...3.9.0
3.8.0
What's Changed
- added step for upload multiple files by @AntonShukanau in #39
Full Changelog: 3.7.1...3.8.0-v2
3.7.1
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
What's Changed
- fixed sonar issues by @AlexGalichenko in #36
- added
I save file to {value} by clicking {playwrightLocator}step by @AlexGalichenko in #37
Full Changelog: 3.6.0...3.7.0
3.6.0
What's Changed
- moved main declarations to package.json by @AlexGalichenko in #33
- added CodeQL analysis workflow configuration by @AlexGalichenko in #34
- added
I refresh page until...andI click until...steps by @AlexGalichenko in #35
Full Changelog: 3.5.0...3.6.0
3.5.0
What's Changed
- renamed wait for tab message by @AlexGalichenko in #30
- added
intopreposition to type and type chars steps by @AlexGalichenko in #31 - added
MemoryValueandValidationtypes export by @AlexGalichenko in #32
Full Changelog: 3.4.0...3.5.0
3.4.0
What's Changed
- 🚀 added electron steps by @AlexGalichenko in #29
- 🚀 added
electronworld 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
What's Changed
- added
to satisfyvalidation to verify user-defined expectation provided as predicate by @AlexGalichenko in #28
Full Changelog: 3.2.0...3.3.0
3.2.0
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