We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running tests with many Before hooks, these hooks are outputted as empty <li> elements in the HTML formatter. It leads to extra space:
Before
<li>
The same is for other hook types.
No extra space for hooks in HTML formatter.
node -v v20.14.0
npx cucumber-js -v 11.1.0
Before(async function () {}); Before(async function () {}); Before(async function () {}); Before(async function () {}); Before(async function () {}); Before(async function () {}); Before(async function () {});
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
π What did you see?
When running tests with many
Before
hooks, these hooks are outputted as empty<li>
elements in the HTML formatter. It leads to extra space:The same is for other hook types.
β What did you expect to see?
No extra space for hooks in HTML formatter.
π¦ Which tool/library version are you using?
node -v
v20.14.0
npx cucumber-js -v
11.1.0
π¬ How could we reproduce it?
π Any additional context?
No response
The text was updated successfully, but these errors were encountered: