We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cucumber-json-formatter
1 parent a08531c commit 77e6868Copy full SHA for 77e6868
docs/json-report.md
@@ -61,3 +61,13 @@ Given("a step", function() {
61
attach("Zm9vYmFy", "base64:text/plain");
62
});
63
```
64
+
65
+## Known issues
66
67
+Some issues with `cucumber-json-formatter` are known and don't need to be reported again.
68
69
+- Inaccurate output of `match` on undefined step definition (https://github.com/cucumber/json-formatter/issues/2)
70
71
+- Inaccurate output of retried scenarios (https://github.com/cucumber/json-formatter/issues/4)
72
73
+- Inaccurate output of scenario outlined with parameterized name (https://github.com/cucumber/json-formatter/issues/25)
0 commit comments