File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,18 @@ setup_tests:
1818
1919ui :
2020 stage : run_tests
21- image : mcr.microsoft.com/playwright/python:v1.38.0-jammy
2221 needs : [ "setup_tests" ]
2322 script :
23+ - ls
2424 - pytest --junitxml=reports/xml/report.xml --template=html1/index.html --report=reports/html/index.html -m ui -v
2525
26- api :
27- stage : run_tests
28- image : mcr.microsoft.com/playwright/python:v1.38.0-jammy
29- needs : [ "setup_tests" ]
30- script :
31- - pytest --junitxml=reports/xml/report.xml --template=html1/index.html --report=reports/html/index.html -m api -v
26+ # api:
27+ # stage: run_tests
28+ # image: mcr.microsoft.com/playwright/python:v1.38.0-jammy
29+ # needs: [ "setup_tests" ]
30+ # script:
31+ # - ls
32+ # - pytest --junitxml=reports/xml/report.xml --template=html1/index.html --report=reports/html/index.html -m api -v
3233
3334
3435# pages:
You can’t perform that action at this time.
0 commit comments