Skip to content
Snippets Groups Projects
Commit 251a0641 authored by Jovana Petkovic's avatar Jovana Petkovic
Browse files

Add yaml config file

parent a212d016
No related branches found
No related tags found
No related merge requests found
Pipeline #227915 failed
stages:
- test
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
- .npm/
test:
image: cypress/browsers:node16.16.0-chrome107-ff107-edge
stage: test
script:
# install dependencies
- npm ci
# start the server in the background
- npm run start:ci &
# run Cypress tests
- npx cypress run --browser firefox
artifacts:
when: always
paths:
- cypress/videos/**/*.mp4
- cypress/screenshots/**/*.png
expire_in: 1 day
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment