Getting Started with WebdriverIO - Complete Tutorial for Beginners Step by Step
Automation Step by Step via YouTube
Overview
Syllabus
Introduction
What is WebdriverIO
Features of WebdriverIO
Software and Hardware Requirements
How to install Nodejs on windows os
IDE Visual Studio Code
Create a new folder and open in IDE VS Code
Open terminal and run command *npm init -y*
Install webdriverio using command *npm init wido* and select options as needed
Webdriverio configuration file *wdio.conf.js*
Check webdriverio version *npm ls webdriverio*
How to run tests in webdriverio project
How to create tests in webdriverio project
How to create allure reports in webdriverio project
Outro
Taught by
Automation Step by Step