Is there a way to ignore a test in uTest?

311 views Asked by At

For example, spec2 has a feature "Pending until fixed".

Is there a way to ignore a test in µTest?

1

There are 1 answers

0
Li Haoyi On BEST ANSWER

Nope, the way it's done so far is to comment it out. It's not great, but it's been enough for now. Perhaps such a feature may appear at a later date, but it doesn't exist right now.

Source: I wrote uTest