Hi,
I run e2e tests on CI environment, but I cannot see the 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
- **/*.png


Maybe I typed the wrong path, but I am not sure. Does anyone have any ideas what I am doing wrong?