Cannot generate html-report #2177
jackshavryhin
started this conversation in
General
Replies: 2 comments
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
-
@jackshavryhin Did you got the answer of your query regarding how to generate reports? If yes then can you please share the solution along with demo code for generation of report. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running my test, and after i install
npm install -g cucumber-html-reporter
, but when i try run this commandcucumber-html-reporter -i results.json -o report.html
every time getting error "no such file or directory" even if i using full path to cucumber-html-reporter package.Maybe someone know, how i can solve this issue ?
My code example:
`func TestPT_01(t *testing.T) {
}`
Beta Was this translation helpful? Give feedback.
All reactions