GitHub - ringcentral/testring: RingCentral TestRing

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

testring

license npm Node.js CI Coverage Maintainability Rating

A simple way to create, run and support automatic UI tests, based on Node.js.

Documentation:

API reference | Config API reference | Plugin API reference

Getting Started

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.