All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
The purpose of this section is to declare the public API of this project as required by item 1 of semantic versioning specification.
The public API for this project is defined by the files docker-compose.playwright.yaml
and install.yaml
.
2.2.0 - 2024-02-11
- Use the
.lock
file in thePLAYWRIGHT_TEST_DIR
folder to usenpm
oryarn
as package manager accordingly (#15)
- Add
npm
andyarn
as options for a new--pm
option of theddev playwright-install
command (#15) - Add a
ddev playwright-init
command (#15)
2.1.1 - 2023-08-03
- Add descriptions to
playwright
andplaywright-install
commands
2.1.0 - 2023-08-02
- Copy the existing
.ddev/.homeadditions
folder files into/home/pwuser
during container build so that they are readable by thepwuser
that installs playwright (@see #10)
2.0.1 - 2023-07-10
- Add release test
2.0.0 - 2023-06-14
- Change
working_dir
to/var/www/html
indocker-compose.playwright.yaml
(@see #5)
- Add
kasmVNC
service for Playwright headed test (@see #5) - Add custom commands
ddev playwright
andddev playwright-install
(@see #5)
1.0.2 - 2023-06-12
- Fix docker-compose file
1.0.1 - 2023-02-07
- Fix release test
1.0.0 - 2023-02-07
- Change version to
1.0.0
: first stable release
0.0.1 - 2023-02-07
- Initial release