Skip to content
Snippets Groups Projects

Cypress/CI improvements

Merged Anders Lindh Olsson requested to merge cypress_cache into main
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Christina Jenks
  • 15 16 file: "PreCommit.gitlab-ci.yml"
    16 17
    17 18 variables:
    18 CYPRESS_CACHE_FOLDER: "cache/Cypress"
    19 19 JFROG_CLI_VERSION: "2.52.8"
    20 CYPRESS_CACHE_FOLDER: "$CI_PROJECT_DIR/cache/Cypress"
    • oHHH...You know, I wonder if that was the problem last time? Could it have been that, since Cypress 3.X+ binary installs globally, we were trying to run node 20 tests against e.g. a Cypress 16 binary since only the artifact paths are relative to the project directory? 0_o

      Good catch either way...

    • Please register or sign in to reply
  • Anders Lindh Olsson marked this merge request as ready

    marked this merge request as ready

  • Johanna Szepanski approved this merge request

    approved this merge request

  • mentioned in commit 74ee7b95

  • Please register or sign in to reply
    Loading