You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks. Can you send a pull request? Please clean up your edits first so only significant lines of code are changed. See the toplevel README for coding conventions.
platform: windows 7
language: zh-cn
when i run cucumber form CLI, then json report file was an ANSI file!
part of args : --format json:cucumber.json
caused by:
FormatterFactory.java line:98
new FileWriter(path) used default charset.
we fix it like this:
https://github.com/k4124k/cucumber-jvm-groovy/commit/5f2c43042cd0002e0e9c0a65cff04e2410e95686
The text was updated successfully, but these errors were encountered: