Skip to content
Snippets Groups Projects
Commit b6feaf76 authored by Lorenzo Del Pianta's avatar Lorenzo Del Pianta :robot:
Browse files

Update .gitlab-ci.yml file selenium jobs in E2E tests stage

parent 101d1c96
No related branches found
No related tags found
1 merge request!260Resolve "Improve Drupal Validation Pipelines with consistent approach"
Pipeline #7688953 skipped
......@@ -140,6 +140,41 @@ E2E-test-clonesite-playwright:
- playwright-test/test-results/
E2E test-existing-site:
stage: E2E tests
needs: []
image:
name: gitlab-registry.cern.ch/web-team/intergration-tests/web-team-testing-suite/testing_suite:latest
rules:
- when: manual
allow_failure: true
when: manual
variables:
SITENAME: 'https://web-team-validation.web.cern.ch'
script:
- /bin/bash /docker_entrypoint.sh
E2E-test-newsite-selenium:
stage: E2E tests
needs: [infrastructure-test-newsite-provision]
image:
name: gitlab-registry.cern.ch/web-team/intergration-tests/web-team-testing-suite/testing_suite:latest
variables:
SITENAME: 'test-newsite-${PIPELINE_ID}'
script:
- /bin/bash /docker_entrypoint.sh
E2E-test-clonesite-selenium:
stage: E2E tests
needs: [infrastructure-test-clonesite-provision]
image:
name: gitlab-registry.cern.ch/web-team/intergration-tests/web-team-testing-suite/testing_suite:latest
variables:
SITENAME: 'test-clonesite-${PIPELINE_ID}'
script:
- /bin/bash /docker_entrypoint.sh
deprovision-test-resources:
stage: deprovision
image: gitlab-registry.cern.ch/paas-tools/openshift-client:4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment