testkube icon indicating copy to clipboard operation
testkube copied to clipboard

Improve Navigation between testsuite and tests

Open ademar59 opened this issue 2 years ago • 3 comments

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

ademar59 avatar Nov 15 '23 12:11 ademar59

thank you @ademar59 our front end team will pick up this ticket

vsukhin avatar Nov 15 '23 12:11 vsukhin

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.

Zrzut ekranu 2023-11-17 o 11 12 12

rangoo94 avatar Nov 17 '23 10:11 rangoo94

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......"

windowsrefund avatar Jan 08 '24 21:01 windowsrefund