Page object Model in nightwatch

nightwatch

Page object Model in nightwatch To use page object model in night watch we need to follow the below steps – 1. First setup the folder structure as mentioned in http://tanmaysarkar.com/nightwatch-setup-in-windows/ 2. Create additional “log” […]

Share Button

Nightwatch setup in Windows

nightwatch

Nightwatch setup 1. Download Node js from – https://nodejs.org/download/ and install 2. Download Selenium server from http://docs.seleniumhq.org/download/ 3. Navigate to any directory and download nightwatch from command line 4. Create the following folder structure – […]

Share Button