Skip to content

Commit

Permalink
fix(commands): Add descriptions to commands
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Aug 3, 2023
1 parent d8188af commit 9de4ffc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ The public API for this project is defined by the files `docker-compose.playwrig

------

## [2.1.1](https://github.com/julienloizelet/ddev-playwright/releases/tag/v2.1.1) - 2023-08-03
[_Compare with previous release_](https://github.com/julienloizelet/ddev-playwright/compare/v2.1.0...v2.1.1)


### Fixed

- Add descriptions to `playwright` and `playwright-install` commands

---


## [2.1.0](https://github.com/julienloizelet/ddev-playwright/releases/tag/v2.1.0) - 2023-08-02
[_Compare with previous release_](https://github.com/julienloizelet/ddev-playwright/compare/v2.0.1...v2.1.0)
Expand Down
3 changes: 3 additions & 0 deletions commands/playwright/playwright
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
#
# This file comes from https://github.com/julienloizelet/ddev-playwright
#
## Description: Run playwright command
## Usage: playwright [options] [command]
## Example: "ddev playwright test"
cd /var/www/html || exit 1
cd "${PLAYWRIGHT_TEST_DIR}" || exit 1

Expand Down
3 changes: 3 additions & 0 deletions commands/playwright/playwright-install
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
#
# This file comes from https://github.com/julienloizelet/ddev-playwright
#
## Description: Install playwright in PLAYWRIGHT_TEST_DIR
## Usage: playwright-install
## Example: "ddev playwright-install"
cd /var/www/html || exit 1
cd "${PLAYWRIGHT_TEST_DIR}" || exit 1

Expand Down

0 comments on commit 9de4ffc

Please sign in to comment.