browserstack / node-js-playwright-browserstack

Creating a sample repo for different Playwright languages and runners
10 stars 31 forks source link

Need to rethrow errors in sample tests #4

Open mkendallmcintosh opened 1 year ago

mkendallmcintosh commented 1 year ago

Please add throw(e); to line 37 in sample_test.js and to line 19 in local_test.js

The issue is the status of the local tests is not the same as the status of the test in browserstack because we're consuming the error in the test.