Restore of unintentional deleted test case?

Hi folks,

Is there any chance to restore a (unintentionally) deleted test case?

Unfortunately, we deleted some test cases which are still needed.

Hi Patrick,

Thank you for your question. Yes, undeleting testcases is possible. So far we do not support it over the App, but with some dev-wizardry it is possible.
Just open the Dev-Console and undelete it by providing the test case id.

await testiny.testcase.undelete({id:5})

To find the ID, best take a look at the Auditlog (https://app.testiny.io/settings/audit-log).

That worked like a charm, thanks a lot!