Nathanaël Dekeister

Results 18 comments of Nathanaël Dekeister

ping @romulomachado , this is not important stuff at all, but may i ask for a review on this one?

@step2yeung we also have this issue using `[email protected]` with a test suite having a lot of tests (more than 1100) It happens randomly and we use the following command `ember...

Sorry for the double post, after investigating a little and regarding your answer i'm not sure we got this error because the tests finish before some browsers are instantiated, in...

@step2yeung @thoov may i ask for your review 🙏

@rwjblue they are failing because of this error ``` liquid-fire/templates/components/liquid-outlet.hbs: Assertion Failed: Named outlets were removed in Ember 4.0. See https://deprecations.emberjs.com/v3.x#toc_route-render-template for guidance on alternative APIs for named outlet use...

@rwjblue made PR https://github.com/ember-cli/ember-exam/pull/720 to fix ember-beta/canary scenarios (mainly by updating https://github.com/ember-learn/ember-cli-addon-docs/)

Rebased with master, tested again on - https://github.com/ndekeister-us/Admin/pull/1 (project using ember-mocha) -> build pass, tests are running - on a private project using [email protected] ✅ - on a private project...

It looks like that a change is needed on this line -> https://github.com/ember-cli/ember-exam/blob/master/index.js#L23 Tested on your project which is using `mocha` ``` let options = { exclude: ['ember-mocha', 'mocha', 'ember-qunit',...

ping @robertpbaxter if you wanna try https://github.com/ember-cli/ember-exam/pull/699