Skip to content

Latest commit

 

History

History
119 lines (57 loc) · 3.71 KB

CHANGELOG.md

File metadata and controls

119 lines (57 loc) · 3.71 KB

Changelog

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.

Public API

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

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 - 2023-08-03

Compare with previous release

Fixed

  • Add descriptions to playwright and playwright-install commands

2.1.0 - 2023-08-02

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 - 2023-07-10

Compare with previous release

Fixed

  • Add release test

2.0.0 - 2023-06-14

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 - 2023-06-12

Compare with previous release

Fixed

  • Fix docker-compose file

1.0.1 - 2023-02-07

Compare with previous release

Fixed

  • Fix release test

1.0.0 - 2023-02-07

Compare with previous release

Changed

  • Change version to 1.0.0: first stable release

0.0.1 - 2023-02-07

Added

  • Initial release