Skip to content

AnilCa1905/wdio_test

Repository files navigation

Automation Framework

This Test Automation framework is designed //project

Installation

Prerequisites

  1. Install Visual studio code
  2. Install node latest version

Run Locally

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

Running from Github Actions

To run the workflow from actions tab


Go to the link https://github.com/AnilCa1905/wdio_test/actions

  • Click on Action tab action_tab

  • Click on "WebdriverIO CI" WebdriverIO_CI

  • Click on Run workflow dropdown run_workflow

  • Select main Branch (Default value) and click on Run workflow : The live Test Execution status can be monitored in console view

To Open the Report after Execution

  • Make sure the execution is Completed by checking the execution status 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 : report

  • Unzip the downloaded "Allure report.zip" and open the "complete.html" to view the run report. final_report allure_report

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published