Skip to content

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
# Build the images
$ make {image_server|image_client}

# Run all tests
$ make {test_server|test_client}

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

# Check test metrics
$ make {metrics_test_server|metrics_test_client}

# Check coverage metrics
$ make {metrics_coverage_server|metrics_coverage_client}

API

Screenshots

cyber-dojo.org home page