Skip to content

Themesto1994/AppAutomationNodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebdriverIO_LT

Environment Setup

  1. Global Dependencies
    $ npm install
    
  2. Project Dependencies
    • checkout the repository
    • Check that packages are available
    $ cd WebdriverIO_LT
    
    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 parallel test on Lambdatest
    $ npm run parallel
    
To run On-Prem ChromeDriver
    $ npm run onprem    

To run App Automation Test
    $ npm run app 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors