ember-test-setup
Test automation helper
Automates test setup for Ember.js applications to reduce duplication and improve test efficiency.
Testing shorthands to reduce duplication
6 stars
3 watching
0 forks
Language: JavaScript
last commit: 11 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
emberjs/ember-qunit | Simplifies testing of Ember applications with QUnit by providing wrappers around test helpers. | 259 |
tomdale/ember-cli-addon-tests | Automates creating a new Ember app for testing Ember CLI addons | 31 |
kellyselden/ember-macro-helpers | A collection of reusable JavaScript functions to simplify the creation of custom Ember macros and computed properties. | 62 |
ember-cli/ember-cli-mocha | Provides Mocha and Chai testing tools for Ember.js applications | 147 |
cropster/ember-visual-test | Test screens for visual differences in Ember.js applications over time | 25 |
ember-cli/ember-exam | An addon that allows more control over running tests in Ember applications | 286 |
catz/eng-test | An Ember.js application demonstrating nested engines and Fastboot functionality | 1 |
mainmatter/ember-test-selectors | Enables better element selectors in Ember.js tests by removing unwanted attributes | 263 |
csantero/ember-sinon | Adds Sinon support to Ember CLI app testing | 64 |
mike-north/ember-ci | Tools and configurations for automating testing and building of Ember.js applications | 25 |
kaliber5/ember-cli-yadda | An Ember CLI addon for writing BDD tests in Gherkin language and executing them against Ember apps. | 42 |
ember-codemods/ember-test-helpers-codemod | A codemod to transform Ember tests to use @ember/test-helpers | 29 |
krisselden/ember-macro-benchmark | An Ember application benchmarking tool to measure the effects of small changes on web applications. | 25 |
lorcan/test-selectors-codemod | A codemod to automatically update Ember tests to replace deprecated helper function | 7 |
emberjs/ember-inspector | An add-on that provides a tool for inspecting Ember objects in web applications | 966 |