Skip to content

repo for the cyberdojo/saver Docker image; a cyber-dojo microservice

License

Notifications You must be signed in to change notification settings

cyber-dojo/saver

Repository files navigation

Github Action (main)

Development

There are two sets of tests:

  • server: these run from inside the saver container
  • client: these run from outside the saver container, making api calls only
# To build the images
$ make {image_server|image_client}

# To run all tests
$ make {test_server|test_client}

# To run only specific tests
$ ./bin/run_tests.sh {-h|--help}
$ ./bin/run_tests.sh server Ks366

# To check coverage metrics
$ make {coverage_server|coverage_client}

API

Group

Kata

Probe

cyber-dojo.org home page