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

Tweaking settings

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