ember-concurrency-test-waiter
Task waiter
An addon to instrument Ember's concurrency tasks to wait for their completion before proceeding with tests
Easily enable test waiters for ember-concurrency tasks
21 stars
3 watching
8 forks
Language: JavaScript
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
machty/ember-concurrency | Provides improved concurrency primitives for writing asynchronous tasks in Ember.js applications | 689 |
elgohr/stop-and-go | A utility package providing a wait function to manage asynchronous tasks and their dependencies. | 10 |
ember-cli/ember-exam | An addon that allows more control over running tests in Ember applications | 286 |
knownasilya/ember-data-tasks | An Ember Data store that returns Ember Concurrency tasks instead of promises. | 25 |
sindresorhus/p-wait-for | A utility function to wait for a condition to be true while allowing for customizable timeout options and fallback behavior. | 155 |
ember-cli/ember-cli-mocha | Provides Mocha and Chai testing tools for Ember.js applications | 147 |
ember-fastboot/ember-cli-fastboot | Serves Ember.js apps on the server for faster rendering and reduced JavaScript asset downloads | 851 |
machty/ember-concurrency-decorators | An Ember addon that provides decorator syntax for managing concurrency in Ember applications. | 70 |
actumn/celery.node | A task queue client/worker for Node.js based on the Celery protocol. | 286 |
mazharenko/fluentassertions.eventual | A NuGet package that allows developers to wait for FluentAssertions checks to pass during testing | 5 |
stavrospanakakis/is_ready | A tool that waits until multiple addresses become accessible | 135 |
tomdale/ember-cli-addon-tests | Automates creating a new Ember app for testing Ember CLI addons | 31 |
jvoegele/wait_for_it | Provides a way to wait for the completion of asynchronous or remote operations in Elixir | 15 |
the-don-himself/ember-service-worker-enqueue | An Ember Service Worker plugin that catches and queues failed mutation requests for background processing. | 4 |
san650/ember-cli-page-object | An Ember CLI addon that simplifies the creation of objects to represent UI elements in tests | 275 |