We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a587616 commit b6f2930Copy full SHA for b6f2930
.gitlab-ci.yml
@@ -11,7 +11,7 @@ test:
11
- cp .env.example .env
12
- python test_dotenv.py
13
- PLAYWRIGHT_BROWSERS_PATH=/ms-playwright python -m playwright install --with-deps chromium
14
- - pytest --junitxml=reports/xml/report.xml --template=html1/index.html --report=reports/html/index.html -m ui
+ - pytest --junitxml=reports/xml/report.xml --template=html1/index.html --report=reports/html/index.html -m ui -v
15
artifacts:
16
paths:
17
- reports
0 commit comments