-
Notifications
You must be signed in to change notification settings - Fork 39
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
ReportPortal.io integration is not supported with BrowserStack-Cypress Runs #277
Comments
@debosmita-29 Could you point to the exact integration steps that you do locally or share a link to a sample where this integration works out of the box, for us to be able to reproduce it on our end? |
Hi @sourav-kundu! I have added this plugin module.exports = (on, config) => { module.exports = on => { module.exports = (on, config) => { Moreover, I am importing this library in our custom commands here I am creating a reportPortal config in the root of our project relative to cypress.json and browserstack.json In cypress.json I am adding the reporterOptions as Similarly, I am pointing my browserstack.json to the dev dependency |
We currently leverage BrowserStack-Cypress-CLI to run our regression tests and we want it to be integrated with ReportPortal.io but the integration is not supported for the BrowserStack-Cypress runs. While our other tests that execute Cypress run command does integrate well with ReportPortal.io. We have a use-case to get real-time reporting from our regression tests as well which is blocked because of this unsupported feature.
Could you please take a look into this use-case and revert.
Thanks!
The text was updated successfully, but these errors were encountered: