1.0.0 • Published 4 years ago

pliant-svc v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

fail4ward-svc

CI

Light weight service used by fail4wardjs for testing failure scenarios. Tested on node v10.

Run locally

Pull from dockerhub and run

docker run --name fail-svc -it ardydedase/fail4ward

Run with docker-compose

  • Checkout this repo.
  • Use docker compose.

      docker-compose up

Run with npm

  • Checkout this repo.
  • Install and run:

      npm install
      npm start

Usage

Failure scenarios: http://localhost:8000/error Success scenarios: http://localhost:8000/success