Mahbub091 / webdriver-io-showcase

Test automation for Webdriver IO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webdriver-io

Test automation for Webdriver IO

WDIO Continuous Integration

GitHub pull-requests GitHub branches GitHub issues GitHub latest commit GitHub commits GitHub license

  • This repo will contain WebDriver IO Automation On https://ecommerce-playground.lambdatest.io/ withJavaScript& Mochawesome Reportingalong with CI/CD onGithub Actions for showcase purposes.

  • For checking the codes and test run of this suite please follow the below process:

  • โžก Clone This Repo by running git clone {Repo HTTPS/SSH code}

  • โžก Now open Terminal from your IDE. I'm using VS Code

  • โžก Run the following commands on the Terminal to run the existing tests

  •               ๐Ÿ’  npm install (Will Install All The Dependencies)
    
  •               ๐Ÿ’  npm run test (will execute the End to End Suite)
    
  •               ๐Ÿ’  npm run wdio (Will execute the Test Runner)
    

About

Test automation for Webdriver IO

License:MIT License


Languages

Language:JavaScript 100.0%