Improve Navigation between testsuite and tests
Describe the enhancement you'd like to see When we see testsuite workflow, going to a tests lose the context of the testsuite.
I will be nice to open a new tab in browser
thank you @ademar59 our front end team will pick up this ticket
Looks like the browser history is applied correctly, so "Back" button goes back to the test suite execution.
The actual problem I see is that the links to tests are not actual links - we should make them anchor links (a[href]), so it will be possible to Cmd/Ctrl-click them for opening in the new tab.
It would be even better to just drill into the thing being clicked on right there and avoid the whole "new window or new tab" thing all together. In other words, you're on a testsuite....... you click a previous run......... that opens up this subpanel thing where you see the tests..... click on one.... you should see the corresponding stuff right there in that sub-panel you're already using. There should be "back" button or some breadcrumb thing. Essentially, think of that panel like a file manager if you will. Right now, it's only being used to "drill into" one very specific subset of data related to the testsuite execution. What I'm saying is that if you're going to essentially open that door and have the user enter that room, make the "room" fully usable for anything they'd need to do. Anything else is more like......... "oh never mind, you should actually come out of the room we directed you to and go over there......"