Releases: qavajs/playwright-runner-adapter
Releases · qavajs/playwright-runner-adapter
1.4.1
What's Changed
- fixed issue that prevented to properly use soft assertions by @AlexGalichenko in #28
Full Changelog: 1.4.0...1.4.1
1.4.0
What's Changed
- removed duplicated tags by @AlexGalichenko in #26
- add cucumber to bundle by @AlexGalichenko in #27
Full Changelog: 1.3.0...1.4.0
1.3.0
What's Changed
- added
tags
function to translate cucumber tag expression to grep pa… by @AlexGalichenko in #24 - improved tags displaying in annotation by @AlexGalichenko in #25
Full Changelog: 1.2.0...1.3.0
1.2.0
1.1.1
What's Changed
- fixed issue with After hooks execution in case of failed test by @AlexGalichenko in #22
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- improved BeforeStep/AfterStep logging and fixed BeforeAll/AfterAll behavior by @AlexGalichenko in #21
Full Changelog: 1.0.1...1.1.0
1.0.1
1.0.0
What's Changed
- 🚀 added
executeStep
method to world to execute step definitions programmatically
When('I do smth complex', async function() {
await this.executeStep(`I type 'username' to 'Username Input'`);
await this.executeStep(`I type 'password' to 'Password Input'`);
await this.executeStep(`I click 'Login Button'`);
await this.executeStep(`I fill following fields`, new DataTable([
[ 'Order', '123' ],
[ 'Delivery Location', 'New York' ]
]))
});
- 🚀 added reference to supportCodeLibrary to cucumber world
Full Changelog: 0.7.0...1.0.0
0.7.0
0.6.1
What's Changed
- make params in hooks closer to cucumber types by @AlexGalichenko in #16
Full Changelog: 0.6.0...0.6.1