v11.5.0 — New short urls!
🚀 Features
New url format
Previously, we had URLs on the suites page like this:
suites/${testId}/${state}/${attempt}
And on the screenshots page like this:
visual-checks/${imageId}/${attempt}
Now we have a common format for both pages. We also changed the test name to a hash of the test name:
${suites | visual-checks}/${hash}/${browser}/${attempt}/${state}
Example of the new URL:
http://localhost:8000/new-ui#/suites/26f8dee/chrome/0/main
Before it was:
http://localhost:8000/new-ui#/suites/badges%20badge%20example%203%20chrome/main/0
Note
This mode is only available in New UI