0.0.1 • Published 4 years ago

smart-mfa-service v0.0.1

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

TODOs:

Then you can run, test, lint, etc your service via IKE: https://github.com/onelogin/docker/blob/develop/doc/new_service.md#makefile-targets

Testing and running local version

smart-mfa-service officially supports testing and running only via IKE. Optional: Prepare volume for smart-mfa-service if you want to use dev mode with NFS volume instead of native mount.

Run all tests

  1. ike run smart-mfa-service "setup-test"
  2. ike test smart-mfa-service --dev
  3. ike run smart-mfa-service "teardown-test"

Run only integration tests

  1. ike run smart-mfa-service "setup-test"
  2. ike run --dev --env test "make test-integration"
  3. ike run smart-mfa-service "teardown-test"

Run only unit tests

ike run --dev --env test smart-mfa-service "make test-unit"

Run development version

  • start services that smart-mfa-service needs to run and:

ike rebuild smart-mfa-service --dev