In my compagny, some projects have a huge number of tests in the test library (~1000).
In this context, search is highy useful to found what’s done already and how to avoid re-creating an alreadyexisting test.
But some of our tests are made of really long names (we can’t reduce that length) and for this, search bar is actually inefficient : by searching a part of this name, we are pretty sure not to find it. I already tried to search for tests i had below my eyes : not found by Practitest.
We tried with all the availables tips shown ( the *, the ", etc.) with no success.
This is reallya weakness of Practiest for me;
Do you experience limitations like this one ?
- being able to sort results by choosing the order in the top line would be a real advantage.