Upgrading playwright to 1.21 (#2084)

* Upgrading playwright to 1.21

Also, locking CI to install 1.21 (just like package.json is using).
This way, on the next Playwright release, CI will continue working.

* Running npx install playwright from the tests directory so that playwright can install the correct browsers
This commit is contained in:
David Négrier
2022-04-13 14:33:30 +02:00
committed by GitHub
parent a99815a1b4
commit 7968c4ad7b
3 changed files with 32 additions and 37 deletions
+1
View File
@@ -21,6 +21,7 @@ jobs:
working-directory: tests
- name: Install Playwright
run: npx playwright install --with-deps
working-directory: tests
- name: 'Setup .env file'
run: cp .env.template .env
- name: Install messages dependencies