Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

A web frontend for RocketVOIP. Manage your Asterisk PBX.

License

Notifications You must be signed in to change notification settings

rocketvoip/rocketvoip-frontend

Repository files navigation

README

Usage

Run Unit Tests (Karma): npm test

Run Unit Tests single run (Karma): npm run test-single-run

Run E2E Tests (Protractor): npm run protractor

Run single E2E Test Specs (Protractor): protractor e2e-tests/protractor.conf.js --specs e2e-tests/scenarios_view_name.js

Run Webserver: npm start

Run Sonar Scanner: sonar-scanner (You have to install sonar-scanner and SonarQube local)

Build Pipeline

CI/CD: travis-ci

Code Quality: SonarQube

Coverage: Coveralls

Heroku

Deployment: Heroku

Operations Manual

Operations Manual

Build Status

Master: Build Status Quality Gate Coverage Status