This Test Automation framework is designed
Prerequisites
- Install Visual studio code
- Install node latest version
Clone the project
git clone
https://github.com/AnilCa1905/wdio_test.git
Open the project folder
Open the Command Prompt
Enter the below command to install the dependencies
npm i
To run the script
npm run test
To view the report
npm run openReport
To run the workflow from actions tab
Go to the link https://github.com/AnilCa1905/wdio_test/actions
-
Select main Branch (Default value) and click on Run workflow : The live Test Execution status can be monitored in console view
-
Make sure the execution is Completed by checking the execution status
-
Open the completed task by clicking on it and Click on "Allure report" zip file under "Artifacts" at the end of the run summary page to download the Report :
-
Unzip the downloaded "Allure report.zip" and open the "complete.html" to view the run report.