Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.91 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.91 KB

Github Action (main)

Development

There are two sets of tests:

  • server: these run from inside the runner container
  • client: these run from outside the runner 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 C5a

# Check coverage metrics
$ make {coverage_server|coverage_client}

# Check image for snyk vulnerabilities
$ make snyk_container_scan

# Run demo
$ make demo

API

Screenshots

cyber-dojo.org home page