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 the codecept gherkin:snippets to generate snippets from feature files, I expect the snippets to use the Codeception 5 / PHP 8 attribute syntax ( i.e. https://codeception.com/07-28-2022/codeception-5.html#attributes ).
codecept gherkin:snippets
This command should be updated to provide snippets using the new, version-appropriate attribute syntax.
Snippets use the old Codeception < 4 PhpDoc syntax.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What are you trying to achieve?
When running the
codecept gherkin:snippets
to generate snippets from feature files, I expect the snippets to use the Codeception 5 / PHP 8 attribute syntax ( i.e. https://codeception.com/07-28-2022/codeception-5.html#attributes ).This command should be updated to provide snippets using the new, version-appropriate attribute syntax.
What do you get instead?
Snippets use the old Codeception < 4 PhpDoc syntax.
Details
The text was updated successfully, but these errors were encountered: