Errors running tests since upgrading to v5 of `ember-qunit`
See original GitHub issueMigrating to v5 of ember-qunit causes issues with ember-cli-page-object. I suspect it is to do with the following breaking change
Actual error:
Error: Could not find module `ember-test-helpers/wait` imported from `ember-cli-page-object/test-support/-private/execution_context/integration`
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Upgrading Ember - Issues with Tests - Questions
So I took on the task of upgrading our Ember app from 2.16 to 3.26. The application runs fine locally. Got through the...
Read more >Uncaught Error: Could not find module `ember-qunit`. Odd out ...
I had my partners (I'm in school) checkout the project, run the npm install && bower install && ember s and the qunit...
Read more >ember-test-friendly-error-handler
Build testable error handlers that don't throw in production. ... invoked when an error is thrown by any code within the Ember run...
Read more >@ember/test-helpers | Yarn - Package Manager
the public API is defined by API.md. Installation. For ember-qunit v5 and above. yarn. yarn add --dev @ember/test- ...
Read more >Test-Driving Ember.js Components - Semaphore CI
This tutorial is primary going to be Ember.js focused. Upgrading Ember-CLI, Ember and Ember-Data. Since the first tutorial, a new version of ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ve just published v2.0.0-beta.1. A noticeable change is that we’ve stopped importing adapters(previously known as private ExecutionContexts) eagerly, and now we require to import and set adapters manually in user land, see https://github.com/san650/ember-cli-page-object/pull/511 for some more details. I believe this change should avoid the issue with the ember-native-dom-helpers, which you’ve mentioned @cah-briangantzler.
I’d really like us to add ember-qunit@5 to our test matrix. There was some initial effort already https://github.com/san650/ember-cli-page-object/pull/516, but seems we still need to move it to the finish line, and target it to the v2-beta branch. It’d be great, if someone could help with this and make sure ember-qunit@5 is really supported!
ember-qunit@5 support has been released as 1.17.5. Thanks everyone for making it happen! 🚀