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
The casing of the tags being created based on input from ATDD.TestScriptor page is Sentence casing, meaning:
The user can determine themselves what the casing should be. A lot of existing tests currently use full UPPER CASING:
It might even be that some only use full lower casing:
Maybe this can be implemented with a kind of template definition or regular expression.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current situation
The casing of the tags being created based on input from ATDD.TestScriptor page is Sentence casing, meaning:
Desired situation
The user can determine themselves what the casing should be. A lot of existing tests currently use full UPPER CASING:
It might even be that some only use full lower casing:
Maybe this can be implemented with a kind of template definition or regular expression.
The text was updated successfully, but these errors were encountered: