Skip to content

mayank2193/wdio-cucumber

Repository files navigation

wdio-cucumber

Environment Setup

  1. Global Dependencies
    $ npm install
    
  2. Project Dependencies
    • checkout the repository
    • Check that packages are available
    $ cd wdio-cucumber
    
    LambdaTest Authentication Credentials: Make sure you have your LambdaTest credentials with you to run test automation scripts with Jest on LambdaTest Selenium Grid. You can obtain these credentials from the LambdaTest Automation Dashboard or through LambdaTest Profile.

Set LambdaTest Username and Access Key in environment variables.

  • For Linux/macOS: export LT_USERNAME="YOUR_USERNAME" export LT_ACCESS_KEY="YOUR ACCESS KEY"

  • For Windows: set LT_USERNAME="YOUR_USERNAME" set LT_ACCESS_KEY="YOUR ACCESS KEY"

Running Tests

To run single test on Lambdatest
    $ npm run single
    
To run On-Prem ChromeDriver
    $ npm run onprem    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published