There is only one script test, which is running 3 iterations of the script and testing a lot of components. It saves time not to run the entire script multiple times to look at all the components, but makes it harder to see what is passing and failing, or to test something more specific. Is there a better way?
There is only one script test, which is running 3 iterations of the script and testing a lot of components. It saves time not to run the entire script multiple times to look at all the components, but makes it harder to see what is passing and failing, or to test something more specific. Is there a better way?