Hey again,
While we’re working on the UI, it is already possible to copy tests between projects using the API:
// 123 = TC ID
var tc = await testiny.testcase.findOne(123);
tc.project_id = 2; // use new project ID
await testiny.testcase.insert(tc);
Also see this post.
Regards,
Chris
Hi Hanna, ability to move/copy test cases and folders between projects is a feature that my team is interested in.
– Genna_Bortnikov