Skip to content

Releases: qavajs/playwright-runner-adapter

1.4.1

19 May 12:04
1ef8e05
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.4.1

1.4.0

22 Apr 11:36
9ffa57e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.4.0

1.3.0

21 Jan 06:48
412b6d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.3.0

1.2.0

14 Jan 15:34
b3aaac5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.2.0

1.1.1

14 Jan 11:11
d41abde
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

1.1.0

07 Jan 17:09
851a146
Compare
Choose a tag to compare

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

17 Dec 14:52
42f5246
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

1.0.0

29 Nov 14:43
1860dc6
Compare
Choose a tag to compare

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

21 Oct 14:02
3efca50
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.1...0.7.0

0.6.1

21 Oct 11:08
3d1ef2f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.6.1