We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90d792c commit ef17d42Copy full SHA for ef17d42
.gitlab-ci.yml
@@ -13,6 +13,10 @@ setup_and_run_tests:
13
- python test_dotenv.py
14
- PLAYWRIGHT_BROWSERS_PATH=/ms-playwright python -m playwright install --with-deps chromium
15
- pytest --junitxml=reports/xml/report.xml --template=html1/index.html --report=reports/html/index.html -m ui -v
16
+ artifacts:
17
+ paths:
18
+ - reports
19
+ when: always
20
21
pages:
22
stage: pages
0 commit comments