Skip to content
Snippets Groups Projects
Verified Commit ac5820ec authored by Lysanne Pinto's avatar Lysanne Pinto :seedling: Committed by GitLab
Browse files

Adds note about hostname format

parent 9a413b45
No related branches found
No related tags found
1 merge request!147399Adds note about hostname format
......@@ -163,8 +163,11 @@ and for Chrome [standalone-chrome](https://hub.docker.com/r/selenium/standalone-
not available for Linux, we are unfortunately unable to use those in GitLab CI/CD).
GitLab CI/CD makes it a breeze to link these images to our `confidence-check` jobs using the
`service` property, which makes the Selenium server available under a hostname based on the image
name. Our job configuration then looks something like this:
`services` property, which makes the Selenium server available under a hostname based on the image name.
Hostnames with underscores are not RFC valid and may cause problems in third-party applications. For more information, see [Accessing the services](../../services/index.md#accessing-the-services).
For example, our job configuration for Firefox looks something like this:
```yaml
e2e:firefox:
......
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