Series of CodeceptJS Videos which helps all people to start their Test Automation using this tool and it is Open Source advantages.
Agenda:
1. Install NodeJS and VS Code
2. Initiate NodeJS Project
3. Install CodeceptJS (Getting Started)
3. Run Simple Test (Google at home)
Guide steps involved in this video
step 1 : Create a New folder
step 2 : Initialize the NPM Project by 'npm init'
step 3 : Install codeceptjs puppeteer dependecies 'npm install codeceptjs puppeteer --save-dev'
step 4 : Intiate the Codeceptjs framework 'npx codeceptjs init'
step 5 : Do scripting...
step 6 : run the test 'npx codeceptjs run'
https://codecept.io/
#Testing #Automation #codeceptjs #puppeteer #gettingstarted #Agile #BDD #testcafe #protractor #selenium #webdriverio #WDIO #playwright
#nodejs #framework #stepbystep #scratch #testautomation