This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
gitlab-codeception [2019/03/03 19:33] – [Codeception config] admin | gitlab-codeception [2019/03/03 19:43] (current) – [Gitlab Codeception] admin | ||
---|---|---|---|
Line 5: | Line 5: | ||
Most important part is that the selenium server can call urls in your docker webapp container. | Most important part is that the selenium server can call urls in your docker webapp container. | ||
- | For Details | + | For details |
===== Gitlab-CI config ===== | ===== Gitlab-CI config ===== | ||
- | <code yaml> | + | <code yaml .gitlab-ci.yml> |
stages: | stages: | ||
- test | - test | ||
Line 32: | Line 32: | ||
variables: | variables: | ||
SELENIUM_HOST: | SELENIUM_HOST: | ||
- | dependencies: | ||
- | - build | ||
script: | script: | ||
- echo $WEB_APP_IP | - echo $WEB_APP_IP | ||
Line 48: | Line 46: | ||
===== Codeception config ===== | ===== Codeception config ===== | ||
+ | |||
+ | Nothing special here except for '' | ||
<code yaml codeception.yml> | <code yaml codeception.yml> |