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
* Open the solution `NUnit-BrowserStack.sln` in Visual Studio
11
11
* Build the solution
12
-
* Update `App.config` file with your BrowserStack Username and Access Key(https://www.browserstack.com/accounts/settings)
13
-
14
-
## Running your tests from Test Explorer via NUnit Test Adapter
15
-
- To run a single test, run test with fixture `single`
16
-
- To run local tests, run test with fixture `local`
17
-
- To run parallel tests, run tests with fixture `parallel`
12
+
* Update `browserstack.yml` file with your [BrowserStack Username and Access Key](https://www.browserstack.com/accounts/settings)
13
+
### Running your tests from CLI
14
+
* To run the test suite having cross-platform with parallelization, dotnet test --filter "Category=sample-test"
15
+
* To run local tests, dotnet test --filter "Category=sample-local-test"
16
+
### Running your tests from Test Explorer
17
+
- To run a parallel tests, run test with fixture `sample-test`
18
+
- To run local tests, run test with fixture `sample-local-test`
18
19
19
20
Understand how many parallel sessions you need by using our [Parallel Test Calculator](https://www.browserstack.com/automate/parallel-calculator?ref=github)
0 commit comments