Test helpers for Ember CLI addons that create and manage real Ember.js apps for integration testing.
Ember CLI Addon Tests provides a set of test helpers that automate the creation and management of real Ember CLI applications for testing Ember addons in an integrated environment. It solves the slow process of setting up new Ember apps for each test run by caching dependencies, enabling faster and more reliable integration testing.
ember serve) programmatically for acceptance testing.ember build) within the test app environment.package.json to simulate end-developer configurations.The project emphasizes practical integration testing by providing a lightweight, automated workflow that mirrors real-world Ember CLI usage, ensuring addons work correctly in production-like scenarios.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.