Completed
How to create tests in webdriverio project
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Getting Started with WebdriverIO - Complete Tutorial for Beginners Step by Step
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What is WebdriverIO
- 3 Features of WebdriverIO
- 4 Software and Hardware Requirements
- 5 How to install Nodejs on windows os
- 6 IDE Visual Studio Code
- 7 Create a new folder and open in IDE VS Code
- 8 Open terminal and run command *npm init -y*
- 9 Install webdriverio using command *npm init wido* and select options as needed
- 10 Webdriverio configuration file *wdio.conf.js*
- 11 Check webdriverio version *npm ls webdriverio*
- 12 How to run tests in webdriverio project
- 13 How to create tests in webdriverio project
- 14 How to create allure reports in webdriverio project
- 15 Outro