https://github.com/ringcentral/testring
RingCentral TestRing
https://github.com/ringcentral/testring
Last synced: about 1 year ago
JSON representation
RingCentral TestRing
- Host: GitHub
- URL: https://github.com/ringcentral/testring
- Owner: ringcentral
- License: mit
- Created: 2018-06-22T08:42:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T08:11:48.000Z (over 1 year ago)
- Last Synced: 2025-03-27T22:43:28.529Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 44 MB
- Stars: 13
- Watchers: 11
- Forks: 18
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# testring
[](https://github.com/ringcentral/testring/blob/master/LICENSE)
[](https://www.npmjs.com/package/testring)
[](https://github.com/ringcentral/testring/actions/workflows/node.js.yml)
[](https://sonarcloud.io/summary/new_code?id=ringcentral_testring)
[](https://sonarcloud.io/summary/new_code?id=ringcentral_testring)
A simple way to create, run and support automatic UI tests, based on Node.js.
Documentation:
[API reference](docs/api.md)
|
[Config API reference](docs/config.md)
|
[Plugin API reference](docs/plugin-handbook.md)
## 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.