Skip to content

Cypress integration on gitlab ci #28111

Answered by Gnzikoune
Gnzikoune asked this question in CI setup
Discussion options

You must be logged in to vote

Hi there, after search how to do that i have finally found, this is my config for cypress:

Cypress-test:
image: cypress/browsers:node14.19.0-chrome100-ff99-edge
stage: test
before_script:
- npm install
script:
- npx cypress run --e2e --browser chrome
when: manual

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Gnzikoune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant