Releases: julienloizelet/ddev-playwright
Releases · julienloizelet/ddev-playwright
2.5.0
Changed
- Run container as
$DDEV_USERinstead ofpwuser - Set
1.24.10as the minimum required DDEV version
Fixed
- Fix
npmpermission issue
2.4.0
Changed
- Set
1.24.9as the minimum required DDEV version - Do not create
docker-compose.playwright_extras.yamlfile anymore as DDEV 1.24.9+ handles network aliases
automatically
2.3.0
Added
-
- Add
PLAYWRIGHT_DOCKER_IMAGEvariable to customize the Docker image
- Add
2.2.1
2.2.0
Changed
- Use the
.lockfile in thePLAYWRIGHT_TEST_DIRfolder to usenpmoryarnas package manager accordingly (#15)
Added
2.1.1
2.1.0
Changed
- Copy the existing
.ddev/.homeadditionsfolder files into/home/pwuserduring container build so that they are
readable by thepwuserthat installs playwright (@see #10)