Skip to content

Commit 8246028

Browse files
committed
fix test steps ui
1 parent 01525f0 commit 8246028

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.gitlab-ci.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,18 @@ setup_tests:
1818

1919
ui:
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:

0 commit comments

Comments
 (0)