You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Example test spec:
My Tests
Click Link re-directs to correct 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:
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
The text was updated successfully, but these errors were encountered: