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
Sample Mochawesome AddContext() code to attach any plain text with a step
Have this commands.js => cy.once('test:after:run', test => addContext({ test }, { title, value }));
I can add any text in the report/json/html by simply calling the above function like cy.addReportLog('Current is :', Current);
Do we have any option to add plain text (Show Info) to a step in cucumber json/report?
The text was updated successfully, but these errors were encountered:
sadhishsk
changed the title
Can I add plain text to steps in a feature file? Like addContext() in mochaawesome!
Can I add plain text to steps in a feature file? Like addContext() in mochawesome!
Jan 13, 2022
Due to personal reasons, the previous maintainers of this package are stepping down and handing the reigns over to me, a long-time contributor to the project and a user of it myself. This is a responsibility I'm very excited about. Furthermore, I'd like to thank @lgandecki ++ for all the work that they've done so far.
The repository has however moved and all outstanding issues are being closed. This is not a reflection of the perceived importance of your reported issue. However, if after upgrading to the new version, you still find there to be an issue, feel free to open up another ticket or comment below. Please make sure to read CONTRIBUTING.md before doing so.
Sample Mochawesome AddContext() code to attach any plain text with a step
Have this commands.js => cy.once('test:after:run', test => addContext({ test }, { title, value }));
I can add any text in the report/json/html by simply calling the above function like cy.addReportLog('Current is :', Current);
Do we have any option to add plain text (Show Info) to a step in cucumber json/report?
The text was updated successfully, but these errors were encountered: