From 6e50e54e05c20975a5989d3a5309dac67db429de Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sun, 6 Oct 2019 11:02:52 -0600 Subject: [PATCH] Add HTML as planned output type --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7218535..3c66f40 100644 --- a/README.md +++ b/README.md @@ -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)