Cypress GitLab CI job for functional (end-to-end) JS testing instead of Nightwatch
Merge request reports
Activity
added 3 commits
-
4a0b7886...8f3106a4 - 2 commits from branch
0.x
- 8e8dec15 - merge
-
4a0b7886...8f3106a4 - 2 commits from branch
76 76 # @todo Delete this when https://www.drupal.org/project/gitlab_templates/issues/3447105 lands. 77 77 _TARGET_DB_VERSION: 8 78 78 79 cypress: 80 stage: test 81 needs: 82 - pipeline: $CI_PIPELINE_ID 83 job: '📦️ Yarn' - Comment on lines +81 to +83
This job exists in Drupal core, but not in contrib. Here you'd need
See https://git.drupalcode.org/project/gitlab_templates/-/blob/00fabf43eceea6ddb296e4ee5b488924caca53b9/includes/include.drupalci.main.yml#L291-L348, specifically line 345 and the
composer
job that uses it just after that. changed this line in version 8 of the diff
added 1 commit
- 0936d642 - I noticed that other JS jobs use yarn without setting it as a need, but they...
added 1 commit
- 8e9f8317 - haha apparently cypress needs a bunch of dependencies
Please register or sign in to reply