From 01f8b29efaffc0ef080b58f5d43bb2b8b0c0852c Mon Sep 17 00:00:00 2001 From: Neha Agarwal Date: Tue, 11 Oct 2022 12:43:27 +0530 Subject: [PATCH 1/3] Corrections --- .gitignore | 3 ++- NUnit-BrowserStack/App.config | 22 +++++++++++----------- NUnit-BrowserStack/ParallelTest.cs | 2 +- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index ac80616..4818878 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ TestResults TestResult.xml bin obj -.vs \ No newline at end of file +.vs +.DS_Store diff --git a/NUnit-BrowserStack/App.config b/NUnit-BrowserStack/App.config index 2be4596..d9434a9 100644 --- a/NUnit-BrowserStack/App.config +++ b/NUnit-BrowserStack/App.config @@ -11,31 +11,31 @@
-
+
- + - - + + - - + + - - + + @@ -50,8 +50,8 @@ - - - + + + diff --git a/NUnit-BrowserStack/ParallelTest.cs b/NUnit-BrowserStack/ParallelTest.cs index e4c4142..6923a52 100644 --- a/NUnit-BrowserStack/ParallelTest.cs +++ b/NUnit-BrowserStack/ParallelTest.cs @@ -6,7 +6,7 @@ namespace BrowserStack [TestFixture("parallel", "chrome")] [TestFixture("parallel", "firefox")] [TestFixture("parallel", "safari")] - [TestFixture("parallel", "ie")] + [TestFixture("parallel", "edge")] [Parallelizable(ParallelScope.Fixtures)] public class ParallelTest : SingleTest { From ed8f84dd14beae095c940bbcafe1f03fa5000b0c Mon Sep 17 00:00:00 2001 From: Neha Agarwal Date: Fri, 24 Mar 2023 18:41:01 +0530 Subject: [PATCH 2/3] Made parallel test as default --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index cc3f553..96ff009 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,8 @@ * Update `App.config` file with your BrowserStack Username and Access Key(https://www.browserstack.com/accounts/settings) ## Running your tests from Test Explorer via NUnit Test Adapter -- To run a single test, run test with fixture `single` +- To run tests, run tests with fixture `parallel` - To run local tests, run test with fixture `local` -- To run parallel tests, run tests with fixture `parallel` Understand how many parallel sessions you need by using our [Parallel Test Calculator](https://www.browserstack.com/automate/parallel-calculator?ref=github) From 362a34f61b1982b691f96998e1e1a3f79853242f Mon Sep 17 00:00:00 2001 From: Neha Agarwal Date: Wed, 29 Mar 2023 15:31:37 +0530 Subject: [PATCH 3/3] Add source --- NUnit-BrowserStack/App.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NUnit-BrowserStack/App.config b/NUnit-BrowserStack/App.config index d9434a9..41a56f8 100644 --- a/NUnit-BrowserStack/App.config +++ b/NUnit-BrowserStack/App.config @@ -26,17 +26,20 @@ + + +