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 483e8df commit 01525f0Copy full SHA for 01525f0
.gitlab-ci.yml
@@ -18,12 +18,14 @@ setup_tests:
18
19
ui:
20
stage: run_tests
21
+ image: mcr.microsoft.com/playwright/python:v1.38.0-jammy
22
needs: [ "setup_tests" ]
23
script:
24
- pytest --junitxml=reports/xml/report.xml --template=html1/index.html --report=reports/html/index.html -m ui -v
25
26
api:
27
28
29
30
31
- pytest --junitxml=reports/xml/report.xml --template=html1/index.html --report=reports/html/index.html -m api -v
0 commit comments