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
The sdk branch appears to use framework: playwright, and this is GitHub repository is linked to in the setup documentation for Playwright and BrowserStack.
In the sdk branch, when you set retries: 3 in the playwright configuration file for re-running test failures and then run npm run sample-test command, (with your own user/access key) it marks the tests in BrowserStack as passed, but throws these errors in the console and the SDK marks the tests as failed, leading to it retrying over and over.
It would appear that the browserstack-node-sdk that is wrapping the npx playwright test command does not correctly infer the outcome of the test, and marks all tests as having failed.
The
sdk
branch appears to useframework: playwright
, and this is GitHub repository is linked to in the setup documentation for Playwright and BrowserStack.In the
sdk
branch, when you setretries: 3
in the playwright configuration file for re-running test failures and then runnpm run sample-test
command, (with your own user/access key) it marks the tests in BrowserStack as passed, but throws these errors in the console and the SDK marks the tests as failed, leading to it retrying over and over.But in BrowserStack, it shows as passed sessions:
The text was updated successfully, but these errors were encountered: