You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
And in the browserstack dashboard, the build name is the same
The main goal is to show the browserstack tests results into azure pipeline run dashboard. Here:
The text was updated successfully, but these errors were encountered:
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
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
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
And in the browserstack dashboard, the build name is the same

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

The text was updated successfully, but these errors were encountered: