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
I recently started using cucumber and octane and I like how how gherkin a central role in how octane.
Initially I tinkered with the cloud-based cucumber reporting service https://reports.cucumber.io/ which worked beautifully 😍:
steps are shown as discrete entries in a list of execution steps
logs written to a scenario were shown in context of the right step
text based attachments were included and properly formatted
I assume the same would have worked for binary attachments like screenshots
I expected something similar in octane - especially as it is presented a commercial enterprise grade solution. Unfortunately this does not seem to be the case 😥. As far as I can see from this plugin, octane only uses the junit xml output which is very limited with regards to data provided.
I had a closer look at alternatives and especially cucumber messages would be a perfect fit for providing report data to octane. This also is the data used for https://reports.cucumber.io/.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I recently started using cucumber and octane and I like how how gherkin a central role in how octane.
Initially I tinkered with the cloud-based cucumber reporting service https://reports.cucumber.io/ which worked beautifully 😍:
I expected something similar in octane - especially as it is presented a commercial enterprise grade solution. Unfortunately this does not seem to be the case 😥. As far as I can see from this plugin, octane only uses the junit xml output which is very limited with regards to data provided.
I had a closer look at alternatives and especially cucumber messages would be a perfect fit for providing report data to octane. This also is the data used for https://reports.cucumber.io/.
Any plans from MicroFocus to support this?
Beta Was this translation helpful? Give feedback.
All reactions