Skip to content
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.

sauce-archives/CSharp-Nunit-Selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(DEPRECATED) CSharp-NUnit-NMake (DEPRECATED)

Don't use the code below as it's outdated

This code is provided on an "AS-IS” basis without warranty of any kind, either express or implied, including without limitation any implied warranties of condition, uninterrupted use, merchantability, fitness for a particular purpose, or non-infringement. Your tests and testing environments may require you to modify this framework. Issues regarding this framework should be submitted through GitHub. For questions regarding Sauce Labs integration, please see the Sauce Labs documentation at https://wiki.saucelabs.com/. This framework is not maintained by Sauce Labs Support.

Demonstrates how to use NUnit to run parallel tests on Sauce Labs platfrom using nmake as the build system.

Uses NuGet as package manager.

###Dependencies:

  • MS Visual Studio 2013 or later.
  • NUnit3.0
  • NuGet Plugin for Visual Studio
  • NuGet CLI executable installed in your path.

Setup:

  • Install NuGet packages for the project:
    cd Packages
    nuget.exe install ..\ParallelSelenium\packages.config

  • Clean and rebuild project:
    nmake clean build

Set Credentials:

set SAUCE_USERNAME=<sauce-username>
set SAUCE_ACCESS_KEY=<sauce-access-key>

Run Tests in parallel on Sauce using a Developer Console:

nmake test
or
nmake all

Resources

  • A great resource to search for issues not explicitly covered by documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published