Skip to content
Snippets Groups Projects
Commit 916910ea authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

bugfix(codeception): parallel tests execution - fixed template

parent 7b157901
Branches
No related tags found
No related merge requests found
...@@ -90,22 +90,22 @@ ...@@ -90,22 +90,22 @@
- 'curl -X POST --data-urlencode "payload={\"text\": \"Testy projektu <https://gitlab.com/wpdesk/${CI_PROJECT_NAME}|${CI_PROJECT_NAME}> zostały wykonane. <https://wpdesk.gitlab.io/-/${CI_PROJECT_NAME}/-/jobs/${CI_JOB_ID}/artifacts/tests/codeception/tests/_output/records.html|Zapis testu>\", }" https://hooks.slack.com/services/${SLACK_AUTH}' - 'curl -X POST --data-urlencode "payload={\"text\": \"Testy projektu <https://gitlab.com/wpdesk/${CI_PROJECT_NAME}|${CI_PROJECT_NAME}> zostały wykonane. <https://wpdesk.gitlab.io/-/${CI_PROJECT_NAME}/-/jobs/${CI_JOB_ID}/artifacts/tests/codeception/tests/_output/records.html|Zapis testu>\", }" https://hooks.slack.com/services/${SLACK_AUTH}'
codeception test 1: codeception test 1:
<<: *job-codeception-test-parallel <<: *job-codeception-test-parallel-auto
before_script: before_script:
- export PARALLEL_JOB=1 - export PARALLEL_JOB=1
codeception test 2: codeception test 2:
<<: *job-codeception-test-parallel <<: *job-codeception-test-parallel-auto
before_script: before_script:
- export PARALLEL_JOB=2 - export PARALLEL_JOB=2
codeception test 3: codeception test 3:
<<: *job-codeception-test-parallel <<: *job-codeception-test-parallel-auto
before_script: before_script:
- export PARALLEL_JOB=3 - export PARALLEL_JOB=3
codeception test 4: codeception test 4:
<<: *job-codeception-test-parallel <<: *job-codeception-test-parallel-auto
before_script: before_script:
- export PARALLEL_JOB=4 - export PARALLEL_JOB=4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment