Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 398 Bytes

Test Runner.md

File metadata and controls

27 lines (21 loc) · 398 Bytes
public tags date title
true
testing
2021-04-13
Test Runner

Test Runner

Test Runner is a program that runs tests

Required features:

  • Run tests in parallel
  • Isolation of tests
  • Test filtering
  • Watch mode (re-running edited tests)
  • Coverage
  • Reports (html, etc)

Examples