You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to develop tests alongside Detox is kind of a nightmare. If you write a bunch of tests, the first one that fails will usually make all the subsequent tests fail as well. And then ALL of the failures dump the entire UI tree to the console. But you have to wait for the entire suite to finish / destroy your console to see the output from the first failure.
I even hacked runJest to include --bail and it doesn't seem to bail like it normally would. How do I get Detox to fail fast?
The text was updated successfully, but these errors were encountered:
Trying to develop tests alongside Detox is kind of a nightmare. If you write a bunch of tests, the first one that fails will usually make all the subsequent tests fail as well. And then ALL of the failures dump the entire UI tree to the console. But you have to wait for the entire suite to finish / destroy your console to see the output from the first failure.
I even hacked
runJest
to include--bail
and it doesn't seem to bail like it normally would. How do I get Detox to fail fast?The text was updated successfully, but these errors were encountered: