4.1.0 • Published 6 years ago

hemera-testsuite v4.1.0

Weekly downloads
1,282
License
ISC
Repository
github
Last release
6 years ago

npm Build Status Gitter js-standard-style

hemera-testsuite

Helper library to write tests against NATS.

Use cases

  • You want to create an integration test (cluster support)
  • You want to run in-memory tests

Prerequisites

Install NATS Server and include the path to the executable in your user PATH environment variable. (Only needed for integration tests)

Installing

npm i hemera-testsuite

Emulate NATS

We emulate all core features of NATS server. You can run and test your service in memory.

Features

  • Support of wildcard * and > subjects
  • Support for maxMessages$, expectedMessages$ options
  • Support for request & publish
  • Support for timeouts

Not supported*

  • Custom queue groups
  • Special one-to-one publish
  • Load balancing
  • Connection related states

*In this case we recommend to start a real NATS Server.

const Hemera = require('nats-hemera')
const Nats = require('hemera-testsuite/nats')
const nats = new Nats()
const hemera = new Hemera(nats, {
  logLevel: 'info'
})

Full Integration test

  • Run your tests against a real NATS server

Example

Credits

Thanks to node-nats for providing the script to bootstrap the server.

4.1.0

6 years ago

4.0.2

6 years ago

4.0.1

6 years ago

4.0.0

6 years ago

3.0.0

6 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.4.1

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago