Skip to content

Apetree/nunit-browserstack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nunit-browserstack

NUnit Integration with BrowserStack.BrowserStack Logo# Setup* Clone the repo * Open the solution NUnit-BrowserStack.sln in Visual Studio* Build the solution* 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 tests, run tests with fixture parallel - To run local tests, run test with fixture local Understand how many parallel sessions you need by using our Parallel Test Calculator#

Notes* You can view your test

results on the BrowserStack automate dashboard * To test on a different set of browsers, check out our platform configurator * You can export the environment variables for the Username and Access Key of your BrowserStack account

export BROWSERSTACK_USERNAME=<browserstack-username> &&
export BROWSERSTACK_ACCESS_KEY=<browserstack-access-key>
Copyright (C) 2024 Alexander Petree
This program is free
  software: you can redistribute 
 it and/or modify   it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but 
WITHOUT ANY WARRANTY;
without
even the implied
warranty of
MERCHANTABILITY or 
FITNESS FOR A PARTICULAR PURPOSE.    
See the
GNU Affero General Public License 
for more details.
You should have received a
copy of the GNU Affero
General Public License
along with this program.
If not, see <http://www.gnu.org/licenses/>.

About

Selenium examples for NUnit and BrowserStack Automate

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 100.0%