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
Hi, I have a problem with documentation between gherkin steps and feature file. My documentation added to steps as follows:
It is incorrectly displayed in feature files.
Tags don't work, text cannot be formatted. The same documentation added to a method/function displays correctly (this is exactly the same jsdoc code).
For now, the only thing I can do is to use plain text in the documentation. Do I need additional configuration to make it work?
I am using Visual Studio Code, Playwright, TypeScript and Node.Js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I have a problem with documentation between gherkin steps and feature file.
My documentation added to steps as follows:
It is incorrectly displayed in feature files.
Tags don't work, text cannot be formatted.
The same documentation added to a method/function displays correctly (this is exactly the same jsdoc code).
For now, the only thing I can do is to use plain text in the documentation.
Do I need additional configuration to make it work?
I am using Visual Studio Code, Playwright, TypeScript and Node.Js
The text was updated successfully, but these errors were encountered: