Skip to content

BrowserStackCE/demo-specflow-browserstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

This repository contains sample code to run BDD Tests using Specflow+ runner on BrowserStack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors