Skip to content
Snippets Groups Projects
Commit 018dc3cd authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

using selenium service for browsertesting

parent 0f835eec
No related branches found
No related tags found
2 merge requests!1973Development,!1934Resolve "Update Images"
integrationtest: integrationtest:
services:
- name: selenium/standalone-firefox:99.0
alias: selenium_standalone_firefox
stage: integrationtest stage: integrationtest
image: image:
name: ${CI_REGISTRY_IMAGE}/$DOCKER_FPM_IMAGE_NAME:$DOCKER_FPM_IMAGE_TAG name: ${CI_REGISTRY_IMAGE}/$DOCKER_FPM_IMAGE_NAME:$DOCKER_FPM_IMAGE_TAG
...@@ -6,6 +9,7 @@ integrationtest: ...@@ -6,6 +9,7 @@ integrationtest:
variables: variables:
BRANCH_NAME: $CI_COMMIT_REF_NAME BRANCH_NAME: $CI_COMMIT_REF_NAME
COMMIT_NAME: $CI_COMMIT_REF_SLUG COMMIT_NAME: $CI_COMMIT_REF_SLUG
SELENIUM_HOST: selenium_standalone_firefox
dependencies: [] # No artifacts required dependencies: [] # No artifacts required
before_script: before_script:
- export COMPOSER_HOME=$(pwd)/metager/.composer - export COMPOSER_HOME=$(pwd)/metager/.composer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment