Skip to content

Releases: puppeteer/replay

v2.1.0

02 Nov 08:07
c88514d

Choose a tag to compare

2.1.0 (2022-11-02)

Features

  • allow the runner to run beforeAll/afterAll hooks (#360) (3c4ece0)

v2.0.2

27 Oct 13:51
2dba511

Choose a tag to compare

2.0.2 (2022-10-27)

Bug Fixes

v2.0.1

27 Oct 13:14
52de244

Choose a tag to compare

2.0.1 (2022-10-27)

Bug Fixes

v2.0.0

27 Oct 12:33
f022f15

Choose a tag to compare

2.0.0 (2022-10-27)

⚠ BREAKING CHANGES

  • the user flow parameter in the runner extensions is now optional

Features

  • expose runner APIs for running individual steps (#215) (4ef380d)

Bug Fixes

  • align typing behaviour between runner and stringifier (#342) (50aae4a)
  • allow specifying no flow when creating a runner (#354) (d920654)

v1.3.2

21 Oct 07:36
8507337

Choose a tag to compare

1.3.2 (2022-10-21)

Bug Fixes

v1.3.1

05 Oct 13:31
b65a3da

Choose a tag to compare

1.3.1 (2022-10-05)

Bug Fixes

  • using the correct ('navigate') step type within the parseNavigateStep method (#317) (1131dac)

v1.3.0

21 Sep 07:32
dedec05

Choose a tag to compare

1.3.0 (2022-09-21)

Features

  • XPath and Text selector types are now supported (#309) (bc066e5)

v1.2.2

21 Sep 05:56
3385cf0

Choose a tag to compare

1.2.2 (2022-09-20)

Bug Fixes

v1.2.1

20 Sep 09:30
f090fce

Choose a tag to compare

1.2.1 (2022-09-20)

Bug Fixes

  • ensure the right order of waitForSelector and scrollIntoView (#303) (dd35372)

v1.2.0

15 Sep 13:00
9f99c02

Choose a tag to compare

1.2.0 (2022-09-14)

Features