Test automation for Webdriver IO
-
This repo will contain
WebDriver IO AutomationOnhttps://ecommerce-playground.lambdatest.io/withJavaScript&Mochawesome Reportingalong with CI/CD onGithub Actionsfor 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
Terminalfrom your IDE. I'm usingVS Code -
➡ Run the following commands on the
Terminalto 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)