Skip to content

Commit 77e6868

Browse files
committed
Mentioned known issues with cucumber-json-formatter
1 parent a08531c commit 77e6868

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/json-report.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,13 @@ Given("a step", function() {
6161
attach("Zm9vYmFy", "base64:text/plain");
6262
});
6363
```
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

Comments
 (0)