Closed hakunamatata0829 closed 5 years ago
Have you tried using our provided docker images? https://github.com/cypress-io/cypress-docker-images
We haven't set up an example for Atlassian that I know of, so I'm not familiar with the setup necessary @bahmutov?
We do have pipelines example, see successful runs here https://bitbucket.org/cypress-io/cypress-example-kitchensink/addon/pipelines/home You can find the pipeline file here https://bitbucket.org/cypress-io/cypress-example-kitchensink/src/master/bitbucket-pipelines.yml
@smithhan try using Cypress docker image as a base
Current behavior:
Hello,
I want to push my code to my bitbucket and pass pull request.
Pushing is good now.
But in building and test part is failed from the cypress part.
Desired behavior:
I want to pass the test, so cypress run correctly.