Skip to content

Browserstack with Cypress running into azure pipelines #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
bbgx opened this issue Jan 24, 2022 · 2 comments
Open

Browserstack with Cypress running into azure pipelines #26

bbgx opened this issue Jan 24, 2022 · 2 comments

Comments

@bbgx
Copy link

bbgx commented Jan 24, 2022

I'm trying to run my cypress testes with browserstack using azure pipeline. I installed and configured the Browserstack plugin for Azure Devops.
The tests run everything fine, but when the browserstack plugins tries to generate the results, I got this error
image
image

And in the browserstack dashboard, the build name is the same
image

The main goal is to show the browserstack tests results into azure pipeline run dashboard. Here:
image

@harsh-browserstack
Copy link

harsh-browserstack commented Jan 24, 2022

Currently, the Browserstack Azure plugin does not support test report generation for Cypress tests.

  • After build completion, you can get the JSON and HTML reports from the ./results directory from within your CI machine. Also, if you are specifying any other build artifact download options, then those would also be made available under the ./build_artifacts directory

You can refer to the links - https://www.browserstack.com/docs/automate/cypress/generate-reports#how-to-generate-html-and-json-reports
https://www.browserstack.com/docs/automate/cypress/custom-reports-build-artifacts

@bbgx
Copy link
Author

bbgx commented Jan 24, 2022

Currently, the Browserstack Azure plugin does not support test report generation for Cypress tests.

  • After build completion, you can get the JSON and HTML reports from the ./results directory from within your CI machine. Also, if you are specifying any other build artifact download options, then those would also be made available under the ./build_artifacts directory

You can refer to the links - https://www.browserstack.com/docs/automate/cypress/generate-reports#how-to-generate-html-and-json-reports https://www.browserstack.com/docs/automate/cypress/custom-reports-build-artifacts

Oof, that's sad. But thank you anyway for the response. I hope you guys get this working with cypress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants