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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user