Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extent.reporter.spark: Html report contains entire package path for hooks (afterStep, after) #56

Open
mdbasheer333 opened this issue Mar 22, 2023 · 2 comments

Comments

@mdbasheer333
Copy link

mdbasheer333 commented Mar 22, 2023

When we use after, afterStep hooks for screenshot purpose its adding entire package path for hooks to report.
How can this be avoided? could you please suggest...! thanks in advance

org.cucumbertaf.stepdefs.hooks.Hooks.afterStep(io.cucumber.java.Scenario)
org.cucumbertaf.stepdefs.hooks.Hooks.after(io.cucumber.java.Scenario)

image

@grasshopper7
Copy link
Owner

This is the default behavior and no workaround currently available to display only the class & method name.

This will require a user setting which will need to explicitly set to true for the truncated display. I will add it for the next update.

@mdbasheer333
Copy link
Author

Thanks for the reply and enhancement on next update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants