We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 361fcf3 commit 44a0e85Copy full SHA for 44a0e85
.github/workflows/tests.yml
@@ -31,4 +31,4 @@ jobs:
31
playwright install --with-deps
32
33
- name: Run Playwright tests in headless mode
34
- run: pytest tests --headless
+ run: pytest --headless -vv
.gitlab-ci.yml
@@ -13,7 +13,7 @@ setup_and_run_tests:
13
- cp .env.example .env
14
- python test_dotenv.py
15
- 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
+ - pytest -vv --junitxml=reports/xml/report.xml --template=html1/index.html --report=reports/html/index.html
17
artifacts:
18
paths:
19
- reports
0 commit comments