...
- A global timeout setting. (John Coburn)
- Better error messaging (additional tools to help understand why timeouts/failures have happened) (John Coburn)
- More flexible interactors that allow more advanced functionality - DOM selectors only traverse inward. This can make it awkward to test components that use ReactPortal capabilities (need a 2nd interactor) (John Coburn)
- Simply better documentation. Configuration examples for integration, e2e, component, etc...
- async in test cases (`it` blocks)
- modules mocking
I would keep Big Test if:
...