Skip to content

Releases: julienloizelet/ddev-playwright

2.2.0

11 Feb 06:47
077a2e9
Compare
Choose a tag to compare

Compare with previous release

Changed

  • Use the .lock file in the PLAYWRIGHT_TEST_DIR folder to use npm or yarn as package manager accordingly (#15)

Added

  • Add npm and yarn as options for a new --pm option of the ddev playwright-install command (#15)
  • Add a ddev playwright-init command (#15)

2.1.1

03 Aug 05:00
9de4ffc
Compare
Choose a tag to compare

Compare with previous release

Fixed

  • Add descriptions to playwright and playwright-install commands

2.1.0

02 Aug 09:34
d8188af
Compare
Choose a tag to compare

Compare with previous release

Changed

  • Copy the existing .ddev/.homeadditions folder files into /home/pwuser during container build so that they are
    readable by the pwuser that installs playwright (@see #10)

2.0.1

10 Jul 05:19
f16e5cd
Compare
Choose a tag to compare

Compare with previous release

Fixed

  • Add release test

2.0.0

14 Jun 02:42
b97fac1
Compare
Choose a tag to compare

Compare with previous release

Changed

  • Change working_dir to /var/www/html in docker-compose.playwright.yaml (@see #5)

Added

  • Add kasmVNC service for Playwright headed test (@see #5)
  • Add custom commands ddev playwright and ddev playwright-install (@see #5)

1.0.2

12 Jun 01:48
037aef9
Compare
Choose a tag to compare

Compare with previous release

Fixed

  • Fix docker-compose file

1.0.1

07 Feb 08:35
43cf122
Compare
Choose a tag to compare

Compare with previous release

Fixed

  • Fix release test

1.0.0

07 Feb 08:09
Compare
Choose a tag to compare

Compare with previous release

Changed

  • Change version to 1.0.0: first stable release

0.0.1

07 Feb 07:03
Compare
Choose a tag to compare

Added

  • Initial release