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

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] Dry run - for validation and checking formatted output
- [X] Config block in `spec_helper.cr` - [X] Config block in `spec_helper.cr`
- [X] Config file - `.spectator` - [X] Config file - `.spectator`
- [X] Reporter and formatting - [ ] Reporter and formatting
- [X] RSpec/Crystal Spec default - [X] RSpec/Crystal Spec default
- [X] JSON - [X] JSON
- [X] JUnit - [X] JUnit
- [X] TAP - [X] TAP
- [ ] HTML
### How it Works (in a nutshell) ### How it Works (in a nutshell)