Skip to content

mayankmaurya21/specflow-BS

Repository files navigation

Demo-Specflow+-BrowserStack


This repository contains sample tests to run on the BrowserStack Infrastructure using Specflow+.

Setup

  • Install the following necessary packages using command line (refer below for performing local testing):

    dotnet restore
  • Export the environment variables for the Username and Access Key of your BrowserStack account

    set BROWSERSTACK_USERNAME=<browserstack-username> &&
    set BROWSERSTACK_ACCESS_KEY=<browserstack-access-key>

Web

To run tests on a website run anyone of the following commands:

# C# and dotnet will automatically detect all your tests and trigger them in Parallel
dotnet test

OR

Use Visual Studio Test Explorer and manually select test file and test case you want to run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors