NightWatch.js : UI Automated Testing Framework

nightwatchjs

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 includes many features such as : 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, continous Integration support: JUnit XML reporting is built-in so you can integrate your tests in your build process with systems suchs as Hudson or Teamcity, Easy to extend if you need to implement your own commands specific to your application and many more.

[button color=”black” size=”medium” link=”http://nightwatchjs.org/” target=”blank” rel=”nofollow” ]NightWatchJs[/button]

NightWatch.js : UI Automated Testing Framework
5 (100%) 1 vote

Leave a Reply