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
I defined the below feature
Feature: Feature name Are you sure that _Markdown_ works for Feature **Descriptions**? Scenario: Scenario name
when I call yarn test I got
yarn test
I would like to see the proper markdown formatting, i.e. italic for the Markdown string and bold for the Descriptions string.
The example is build on top of cucumber-js in version 10.3.1.
cucumber-js
10.3.1
Please clone the https://github.com/tlempart/html-formatter-markdown repository and then run yarn install, yarn test
yarn install
The text was updated successfully, but these errors were encountered:
No branches or pull requests
π What did you see?
I defined the below feature
when I call
yarn test
I gotβ What did you expect to see?
I would like to see the proper markdown formatting, i.e. italic for the Markdown string and bold for the Descriptions string.
π¦ Which tool/library version are you using?
The example is build on top of
cucumber-js
in version10.3.1
.π¬ How could we reproduce it?
Please clone the https://github.com/tlempart/html-formatter-markdown repository and then run
yarn install
,yarn test
The text was updated successfully, but these errors were encountered: