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
If scenario title contains data from Examples like below it is not getting reported as expected.
Scenario Outline: Below are the users - <user> Examples: | user | | Sneha | | Ram |
The expected logged Scenario name
Below are the users - Sneha Below are the users - Ram
The actual logged Scenario name
Below are the users - <user> {\"user\":\"Sneha\"}" Below are the users - <user> {\"user\":\"Ram\"}"
Provide console output if related. Use --verbose mode for more details.
--verbose
# paste output here
Provide test source code if related
// paste test
# paste config here
The text was updated successfully, but these errors were encountered:
Previously opened issue: #3526
Sorry, something went wrong.
The latest version of codecept is used still getting same behavior. In which version it has been fixed?
Sample code to reproduce is the same as above, i.e.: Scenario Outline: Below are the users - Examples: | user | | Sneha | | Ram |
Successfully merging a pull request may close this issue.
What are you trying to achieve?
This is an improvement.
If scenario title contains data from Examples like below it is not getting reported as expected.
The expected logged Scenario name
If scenario title contains data from Examples like below it is not getting reported as expected.
The expected logged Scenario name
What do you get instead?
The actual logged Scenario name
# paste output here
// paste test
Details
The text was updated successfully, but these errors were encountered: