User Tools

Site Tools


gitlab-codeception

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
gitlab-codeception [2019/03/03 19:33] – [Codeception config] admingitlab-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 see https://cappers.ca/web-application-acceptance-tests-in-gitlab-ci-using-codeception-and-selenium/+For details see https://cappers.ca/web-application-acceptance-tests-in-gitlab-ci-using-codeception-and-selenium/
  
 ===== 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'         SELENIUM_HOST: 'selenium'
-    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 ''params:env''
  
 <code yaml codeception.yml> <code yaml codeception.yml>
gitlab-codeception.1551641639.txt.gz · Last modified: 2019/03/03 19:33 by admin