testcafe-browser-provider-browserstack
testcafe-browser-provider-browserstack copied to clipboard
This is the BrowserStack browser provider plugin for TestCafe.
It seems that now the default `master` build is always tested, not the PR build. 
### What is your Test Scenario? We are trying to test a use case where a delete request is triggered. We are mocking this request using the requestHooks. The test...
[browserstack/github-actions/setup-env](https://github.com/browserstack/github-actions/tree/master/setup-env#setup-env) uses `BROWSERSTACK_BUILD_NAME` to set the build name. It would be nice to add support for this variable in addition to `BROWSERSTACK_BUILD_ID`
I'm experimenting using this (with a codeceptjs / testcafe setup) and am finding my sessions are always stopped before the test can register as passed. Has anyone experienced similar problems?...
I have a .env file: `BROWSERSTACK_CAPABILITIES_CONFIG_PATH="./browserstack-config.json"` the browserstack-config.json is in the top level directory in the project, when I run the tests with this environment variable the following error is...
When concurrent mode is used with more than 5 threads, TestCafe hangs and then throws an error:  Steps to reproduce: 1. Create a simple fixture with a few tests,...