/bi-service-test-utils

Common initialization logic for a service integration testing

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

  • Loads a bi-service based service (from service entry point, usually index.js).
  • Makes sure tests are executed against empty database with restricted db name
  • Runs service db migrations before executing tests
  • Cleans up after itself after tests execution
require('bi-service-test-utils')('<service-entrypoint-file-path>');

Tests

Requires:

  • docker
  • docker-compose@1.18

npm run docker:test