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
Using 2.19.4, Windows, browser
New feature: Add DOM hook to allow links to be added after the Rerun link
Eg link to source code, link to docs, link to Git etc
Can already be done by walking the tree, but a better method would add value.
The text was updated successfully, but these errors were encountered:
I suspect this is close to what you have already, but I figured I'd recognise and support it.
We could ease this by wrapping "Rerun" in a <span> with a documented class like qunit-test-actions that you can safely append to, instead of having to manually position it relative to "runtime" and "assert-list":
Using 2.19.4, Windows, browser
New feature: Add DOM hook to allow links to be added after the Rerun link
Eg link to source code, link to docs, link to Git etc
Can already be done by walking the tree, but a better method would add value.
The text was updated successfully, but these errors were encountered: