A simple way to create, run and support automatic UI tests, based on Node.js.
Documentation:
API reference | Config API reference | Plugin API reference
Let's start by installing testring inside your project:
$ npm install testring
or
git clone https://github.com/testring
### * installation
> 1. install java last version (1.11)
### * check installation
run
$ npm run test:e2e
the execution must finish without an error.