Add HTML as planned output type

This commit is contained in:
Michael Miller 2019-10-06 11:02:52 -06:00
parent 1bbe5067b6
commit 6e50e54e05
1 changed files with 2 additions and 1 deletions

View File

@ -326,11 +326,12 @@ Items not marked as completed may have partial implementations.
- [X] Dry run - for validation and checking formatted output
- [X] Config block in `spec_helper.cr`
- [X] Config file - `.spectator`
- [X] Reporter and formatting
- [ ] Reporter and formatting
- [X] RSpec/Crystal Spec default
- [X] JSON
- [X] JUnit
- [X] TAP
- [ ] HTML
### How it Works (in a nutshell)