Skip to content
New issue

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

Add support to set/update scenario name from data/table - driven tests #187

Open
johanpearson opened this issue Apr 8, 2022 · 0 comments

Comments

@johanpearson
Copy link

johanpearson commented Apr 8, 2022

Example test spec:

My Tests

Link Page
Link1 Page1
Link2 Page2
Link3 Page3
  • Start Application

Click Link re-directs to correct page

  • Verify Click "Link" re-directs to "Page"

This results in the following TestNames:
My Tests / Click Link re-directs to correct page 1
My Tests / Click Link re-directs to correct page 2
My Tests / Click Link re-directs to correct page 3

It would be very helpful if it was possible to override the index with some kind of description or name to get better testnames.
Example:

Link Page Desc
Link1 Page1 with Link 1
Link2 Page2 with Link 2
Link3 Page3 with Link 3

This would result with the following TestNames:
My Tests / Click Link re-directs to correct page with Link 1
My Tests / Click Link re-directs to correct page with Link 2
My Tests / Click Link re-directs to correct page with Link 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant