Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add json formatter #93

Merged
merged 3 commits into from
Sep 11, 2017
Merged

Add json formatter #93

merged 3 commits into from
Sep 11, 2017

Conversation

leifg
Copy link
Collaborator

@leifg leifg commented Sep 7, 2017

this makes it possible to have any kind of output by using tools like the cucumber-html-reporter

Copy link
Collaborator

@meadsteve meadsteve left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small comment but otherwise 👍

@@ -2,4 +2,5 @@
"credo": {:hex, :credo, "0.8.6", "335f723772d35da499b5ebfdaf6b426bfb73590b6fcbc8908d476b75f8cbca3f", [:mix], [{:bunt, "~> 0.2.0", [hex: :bunt, repo: "hexpm", optional: false]}], "hexpm"},
"earmark": {:hex, :earmark, "1.2.3", "206eb2e2ac1a794aa5256f3982de7a76bf4579ff91cb28d0e17ea2c9491e46a4", [:mix], [], "hexpm"},
"ex_doc": {:hex, :ex_doc, "0.16.3", "cd2a4cfe5d26e37502d3ec776702c72efa1adfa24ed9ce723bb565f4c30bd31a", [:mix], [{:earmark, "~> 1.1", [hex: :earmark, repo: "hexpm", optional: false]}], "hexpm"},
"gherkin": {:hex, :gherkin, "1.4.0", "b7b6a80029725a4b29a1c58f96ddb3fa9409d4fa907503384b1f86392491fcd0", [:mix], [], "hexpm"}}
"gherkin": {:hex, :gherkin, "1.4.0", "b7b6a80029725a4b29a1c58f96ddb3fa9409d4fa907503384b1f86392491fcd0", [:mix], [], "hexpm"},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you think of marking poison as :optional? It's only required for anyone actually using the json formatter

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, changed it.

@leifg leifg force-pushed the add-json-formatter branch from 815874c to 98349d5 Compare September 8, 2017 08:24
this makes it possible to have any kind of output by using tools like
the
[cucumber-html-reporter](https://github.com/gkushang/cucumber-html-reporter)
@leifg leifg force-pushed the add-json-formatter branch 3 times, most recently from 226e04c to 13ea380 Compare September 8, 2017 11:36
@leifg leifg force-pushed the add-json-formatter branch from 13ea380 to b0a9018 Compare September 8, 2017 12:04
@meadsteve meadsteve merged commit 3f16eb2 into meadery:master Sep 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants