Skip to content

Commit 44a0e85

Browse files
committed
Run all test in CI
1 parent 361fcf3 commit 44a0e85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
playwright install --with-deps
3232
3333
- name: Run Playwright tests in headless mode
34-
run: pytest tests --headless
34+
run: pytest --headless -vv

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ setup_and_run_tests:
1313
- cp .env.example .env
1414
- python test_dotenv.py
1515
- PLAYWRIGHT_BROWSERS_PATH=/ms-playwright python -m playwright install --with-deps chromium
16-
- pytest --junitxml=reports/xml/report.xml --template=html1/index.html --report=reports/html/index.html -m ui -v
16+
- pytest -vv --junitxml=reports/xml/report.xml --template=html1/index.html --report=reports/html/index.html
1717
artifacts:
1818
paths:
1919
- reports

0 commit comments

Comments
 (0)