switch from pipenv to poetry

This commit is contained in:
Kenneth Kehl
2023-09-01 07:56:02 -07:00
parent b5d795e09e
commit e8d7d91402
12 changed files with 3522 additions and 2307 deletions

View File

@@ -57,8 +57,8 @@ your environment is set up and configured as outlined in the README.
At your shell in the project root folder, run the following commands:
```sh
pipenv install pytest-playwright --dev
pipenv run playwright install --with-deps
poetry install pytest-playwright --dev
poetry run playwright install --with-deps
```
This will install Playwright and its `pytest` plugin, then the