Hi,
I run e2e tests on CI environment, but I cannot see artifacts.
bitbucket-pipelines.yml:
image: cypress/base:10
options: max-time: 20
pipelines:
default:
-step:
script:
- npm install
-npm run test
artifacts:
-/opt/atlassian/pipelines/agent/build/cypress/screenshots/*
-screenshots/*.png
Maybe I typed the wrong path, but I am not sure. Does anyone have any ideas what I am doing wrong?
I've responded to your question here, on your other post. Lets continue the discussion there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.