Nightwatch.js – Browser Automated Testing Done Easy
Posted · Category: License Free, Tools
Nightwatch.js is an easy to use Node.js based End-to-End (E2E) testing solution for browser based apps and websites. It uses the powerful Selenium WebDriver API to perform commands and assertions on DOM elements.
It’s simple but powerful syntax which enables you to write tests very quickly, using only Javascript and CSS selectors. No need to initialize other objects and classes, you only need to write the test specs. Built-in command-line test runner which enables you to run the tests either altogether, by group or single.
Requirements: Node.js
Demo: http://nightwatchjs.org/
License: License Free
0 Comments