mhegazy / NightWatchTest

A test tool suite for Selenium testing using Nightwatchjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NightWatchTest

Sample project created to try NightWatch Browser UI Test framework using nodejs, nightwatch and typescript.

#Setup:
Install nodejs from http://nodejs.org
git clone https://github.com/rkavalap/NightWatchTest
cd nightwatchtest
npm install gulp -g
npm install

#To clean & compile:
gulp

#To run:
node node_modules/nightwatch/bin/runner.js -t buildOutput/javascript1.js --env devtest-chrome-win8

#Project source:
tests -> Contains all the UI test
typings -> Contains the typescript definition files for nightwatch, nodejs
globalsmodule.js -> nightwatch globals module file
gulpfile.js -> build file (compiltation from ts to js using gulp)
nightwatch.json -> config file for nightwatch
package.json -> installed nodejs packages used for this project

About

A test tool suite for Selenium testing using Nightwatchjs

License:MIT License


Languages

Language:JavaScript 85.5%Language:TypeScript 14.5%