https://cypress.io logo
Bitbucket CI working slow with Docker
# i-need-help
s
When running the cypress test locally it takes 7 min, and when running it on bitbucket CI with docker it reached the bitbucket limit and don't finish the tests any idea why? this is what I let the CI run: docker run --memory=8000m -v $PWD:/e2e -w /e2e --entrypoint=cypress cypress/included:12.5.1 run --browser electron --record --key b694c053-8ced-410b-9b6b-1f8759de4c98
c
Hey dude, you probably want to delete your key.
s
@colossal-oxygen-29599 thanks
2 Views