TC content search function

Hello,

There seems to be a function to search for folder names, but there seems to be no function to search for test case contents. Can you help me?
(step, expectation contents)

Best regards,
Kyungsun

Correct, test case content like the steps and expected results are not searched, so there is no full-text-search available right now.

We already have this as a feature in our backlog, but cannot make any guarantee if or when such a feature will be implemented. This basically depends on how many users want such functionality.

So if anyone reads this and also needs this feature, please leave an upvote or even a comment/post what your requirements are. Thank you!

Best regards,
Alex

There is a hidden search feature that you could use as a workaround:

  • Open the dev console in the browser tab that you’re logged in to Testiny with (F12)
  • type await testiny.search("my search term")

This basically performs such a full text search already and shows tables of results (there’s just no nice UI for it, yet).

Best regards,
Alex