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
π Any additional context?
My understanding was that cucumber-js would just publish the report based on JSON outputs. What additional steps may be needed to get this working?
The text was updated successfully, but these errors were encountered:
s1mrankaur
changed the title
cypress-js with cypress-cucumber-preprocessor
cucumber-js reporting service with cypress-cucumber-preprocessor
Sep 22, 2023
$ cucumber-js publish probably doesn't do what you think it does. It merely searches for features in publish/ and runs them (it found zero). Additionally, you need to fill it the issue template for any future tickets.
π What did you see?
**cucumber-js publish
Cucumber report being published with 0 scenarios**
β What did you expect to see?
We are using Cypress with Cucumber and have following configuration:
There are JSON files in cypress/cucumber-json and I expected a report with the correct stats to be published on running
cucumber-js publish
π¦ Which tool/library version are you using?
π Any additional context?
My understanding was that cucumber-js would just publish the report based on JSON outputs. What additional steps may be needed to get this working?
The text was updated successfully, but these errors were encountered: