Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions NUnit-BrowserStack/BrowserStackNUnitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ public BrowserStackNUnitTest()
public void Init()
{
DriverOptions capability = new OpenQA.Selenium.Chrome.ChromeOptions();

capability.BrowserVersion = "latest";

capability.AddAdditionalOption("bstack:options", capability);
driver = new RemoteWebDriver(
new Uri("http://localhost:4444/wd/hub/"),
capability
Expand Down
2 changes: 1 addition & 1 deletion NUnit-BrowserStack/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildName: browserstack build
buildIdentifier: '#${BUILD_NUMBER}' # Supports strings along with either/both ${expression}
# Set `source` in the syntax `<fw-name>:sample-<branch-name>:<version-number>

source: nunit:sample-sdk:v1.0
source: nunit:sample-sdk:v1.1

# =======================================
# Platforms (Browsers / Devices to test)
Expand Down