we are having one web application developed in Reacts.js. in the application, we have only 4 to 5 pages that we need to test.
I am having experience in selenium with java.
Please suggets which tool I should use. and why
............................
............................
.............................
Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should!) also be automated as well.
Nemo provides a simple way to add selenium automation to your NodeJS web projects. Provides plugin architecture to incorporate custom features to your tests.
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.
-
Nemo.js wraps around the ubiquitous Selenium WebDriver, and as such, allows control of virtually any browser on any operating system;Built with a plugin architecture;Easy interface for authoring new plugins that can then be shared with others