testcafe-browser-provider-browserstack icon indicating copy to clipboard operation
testcafe-browser-provider-browserstack copied to clipboard

This is the BrowserStack browser provider plugin for TestCafe.

Results 31 testcafe-browser-provider-browserstack issues
Sort by recently updated
recently updated
newest added

It seems that now the default `master` build is always tested, not the PR build. ![image](https://user-images.githubusercontent.com/13515406/187142162-c927e690-7268-4352-9640-8e18a52c5526.png)

bug

### 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...

bug

[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`

enhancement

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...

AREA: docs

When concurrent mode is used with more than 5 threads, TestCafe hangs and then throws an error: ![изображение](https://user-images.githubusercontent.com/34184692/165099774-b45cd02e-04a1-4a33-8d17-224dd936a85e.png) Steps to reproduce: 1. Create a simple fixture with a few tests,...

bug