NUnit
Integration with
BrowserStack.
# 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) #
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#
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>
Additional Resources* Documentation for writing automate test scripts in C# * Customizing your tests on BrowserStack * Browsers & mobile devices for selenium testing on BrowserStack * Using REST API to access information about your tests via the command-line interface
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/>.
