Beginners Tutorial using WebDriverIO | NodeJS | Setup Guide | Part1

preview_player
Показать описание
In this video, I have discussed about webdriverio concepts, show how to make your system ready for webdriverio.
Full setup guide
1. Install NodeJS
2. Install VS Code
3. Create NodeJS project
4.Create an empty folder
5.Run command ‘npm init -y’
6.Install webdriverio – ‘npm install webdriverio’
7.Install Mocha ‘npm install mocha’
8.Install webdriverio-cli 'npm i --save-dev @wdio/cli'
9.Install selenium ‘npm install selenium-standalone’
10.Create configuration file - 'npx wdio config –y'

Essential Links:

Other video links :
#appium #automation #automationtester #automationtesters #selenium #mobiletesting #webdriverio
Рекомендации по теме
Комментарии
Автор

Hi sir Content is good and clear understanding

shreedharbathad