Skip to content

Commit 86ba6ad

Browse files
authored
change playwright libary & chrom browser order
1 parent 1b2ceb5 commit 86ba6ad

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/github_actions_tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ jobs:
2929
3030
- name: Install Playwright Chrome
3131
run: |
32-
npx playwright install chromium
3332
npm install @playwright/test
33+
npx playwright install chromium
34+
3435
- name: Run tests
3536
run: |
3637
source .venv/bin/activate
37-
pytest Ultimateqa/tests
38+
pytest Ultimateqa/tests

0 commit comments

Comments
 (0)