mirror of
https://github.com/pretix/pretix.git
synced 2026-05-17 17:14:04 +00:00
try installing playwright as dep
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -123,7 +123,7 @@ jobs:
|
|||||||
working-directory: ./src
|
working-directory: ./src
|
||||||
run: make all compress
|
run: make all compress
|
||||||
- name: Install Playwright
|
- name: Install Playwright
|
||||||
run: npm install @playwright/test && npx playwright install
|
run: playwright install
|
||||||
- name: Run E2E tests
|
- name: Run E2E tests
|
||||||
working-directory: ./src
|
working-directory: ./src
|
||||||
run: PRETIX_CONFIG_FILE=tests/ci_postgres.cfg py.test tests/e2e/ -v --maxfail=10
|
run: PRETIX_CONFIG_FILE=tests/ci_postgres.cfg py.test tests/e2e/ -v --maxfail=10
|
||||||
|
|||||||
@@ -126,6 +126,7 @@ dev = [
|
|||||||
"pytest-xdist==3.8.*",
|
"pytest-xdist==3.8.*",
|
||||||
"pytest-playwright",
|
"pytest-playwright",
|
||||||
"pytest==9.0.*",
|
"pytest==9.0.*",
|
||||||
|
"playwright",
|
||||||
"responses",
|
"responses",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user