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
So we should think about adding something like ui_domain to pass to the action to keep it able to run for different projects that may run UI on different domains, but also improve the experience and land users to edit.
test_path is the ORIGINAL test we will open on landing. branch is a given branch where it happened. failed_tests[] should be an array of FAILED tests; it works ONLY for highlighting them in the UI (like what to check).
If we want to pass more, we use like failed_tests[]=...&failed_tests[]=... that will highlight 2++.