Skip to content

Releases: julienloizelet/ddev-playwright

2.5.0

14 Nov 05:01
d4f78bc

Choose a tag to compare

Compare with previous release

Changed

  • Run container as $DDEV_USER instead of pwuser
  • Set 1.24.10 as the minimum required DDEV version

Fixed

  • Fix npm permission issue

2.4.0

05 Nov 06:33
f579a29

Choose a tag to compare

Compare with previous release

Changed

2.3.0

12 May 08:37
2788fb4

Choose a tag to compare

Compare with previous release

Added

    • Add PLAYWRIGHT_DOCKER_IMAGE variable to customize the Docker image

2.2.1

08 Jan 00:51
0005402

Choose a tag to compare

Compare with previous release

Fixed

  • Fix multiple hostnames and fqdns syntax (#25)

2.2.0

11 Feb 06:47
077a2e9

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

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

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

Choose a tag to compare

Compare with previous release

Fixed

  • Add release test

2.0.0

14 Jun 02:42
b97fac1

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

Choose a tag to compare

Compare with previous release

Fixed

  • Fix docker-compose file