Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 2.03 KB

File metadata and controls

49 lines (35 loc) · 2.03 KB

Github Action (main)

Development

There are two sets of tests:

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

# Run all tests
$ make {test_server|test_client}

# Run only tests whose id starts with B56
$ make {test_server|test_client} tid=B56

# Check test metrics
$ make {metrics_test_server|metrics_test_client}

# Check test coverage metrics
$ make {metrics_coverage_server|metrics_coverage_client}

# Check image for snyk vulnerabilities
$ make snyk_container_test 

# Run demo
$ make demo

API

Screenshots

cyber-dojo.org home page