testomatio / reporter

Testomatio Reporter
123 stars 21 forks source link

Webdriverio Report - Possibility to add a custom error message or URL link as parameter to be displayed in the error/log section #376

Open Automata3D opened 1 month ago

Automata3D commented 1 month ago

Is your feature request related to a problem? Please describe. Currently, while using Webdriverio (Appium) + Cucumber, we need an enhancement on the report in order to add Browserstack public link session so when a test fails (or passes), we are able to review that on testomat's report and be redirected to Browserstack if needed. This way it's much easier to debug a failed test or just check the test execution was fine.

Describe the solution you'd like Being able to add URL link (or custom message) in testomat's report (either for failed or passed tests).

Describe alternatives you've considered Currently, in order to temporarily make it work for our needs, I've done the following:

Additional context This is how a failed test looks like after adding the Browserstack URL

image image