I want to fail my Github pipeline when any UI tests fail on BrowserStack. Currently, Browserstack Gradle plugin provides a task executeDebugTestsOnBrowserstack
which runs all the UI tests of the app on the cloud but does not fail the Gradle task when any UI tests fail.
Anyone know how to get notified if any tests fail on BrowserStack on Github?
Thanks!