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
It seems, that json-formatter doesn't work correctly on github actions - it doesn't return anything after calling cucumber-json-formatter --help + it generates empty json file using this cmd
The text was updated successfully, but these errors were encountered:
vojtech-cerveny
changed the title
json-formatter generate empty json file on github actions
json-formatter generates empty json file on github actions
Nov 25, 2022
👓 What did you see?
It seems, that json-formatter doesn't work correctly on github actions - it doesn't return anything after calling
cucumber-json-formatter --help
+ it generates empty json file using this cmd✅ What did you expect to see?
cucumber-json-formatter
work correctly on github actions.Workflow is:
cucumber-json-formatter
(linux version) into folderchmod +x
📦 Which tool/library version are you using?
this is package.json, but I don't think that it is needed due I doesn't work in standalone version.
🔬 How could we reproduce it?
https://github.com/vojtech-cerveny/cypress-cucumber-framework
Steps to reproduce the behavior:
json
file fromndjson
(it works locally), but it doesn't on github actions.https://github.com/vojtech-cerveny/cypress-cucumber-framework/actions/runs/3549525386/workflow#L66
📚 Any additional context?
The text was updated successfully, but these errors were encountered: