There’s also a possibly easier alternative using the console in the Testiny app:
- having the Testiny app open and being logged in
- open the browser console (usually done by hitting the F12 key on your keyboard)
- paste in following line where
TR_IDis the ID of the test run (e.g.123) and<TP_ID>is the ID of the test plan:
await testiny.testrun.update({id: <TR_ID>, testplan_id: <TP_ID>}, true)
Best regards,
Alex