0.2.1 • Published 3 years ago

@iamkenos/fragile v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

About

A mocking framework powered by Express, designed to serve mock HTTP/s responses.

Key features:

  • write mocks with TypeScript
  • http / https support using a unified port
  • proxy requests to another target
  • record responses returned by a proxy and output as a mock response module
  • serve static files
  • rate limit
  • xml content type request parsing
  • response delays

Know more by going through the detailed guide.

Requirements

  • NodeJS 14.16.1 or LTS

Get Started

  1. Get it

    npm install @iamkenos/fragile

  2. Try it

    npx fragile samples

  3. Run it

    npx fragile ./samples/fragile.conf.ts

License

MIT