Steve Calvert

Results 16 issues of Steve Calvert

Our app uses a TON of engines and in-repo addons. It would be great to detect when the build had files that weren't present in the config. Conversely, it would...

enhancement

Having a mechanism for adding metadata could be quite a useful addition. Information such as test name, test ID, type, and any additional information that can be added to metadata...

enhancement

Test isolation validation is currently available in `[email protected]`. This provides debugging information to users when their tests have async behavior that continues after the test is 'done'. To support this...

enhancement

The `ember-test-waiters` library will soon [include an API](https://github.com/rwjblue/ember-test-waiters/pull/8) to cancel all pending waiters. This is a similar concept to where we cancel timers if test isolation validation is triggered: https://github.com/emberjs/ember-qunit/blob/c27964ad9fb61e6c80959ccdfdca145a3c5a1572/addon-test-support/ember-qunit/test-isolation-validation.js#L94-L100...