-
Run
```command
ember install "https://github.com/kaliber5/ember-bootstrap#bs4-blueprint"
```
You will get the following warning line in the output.
```
WARNING: Could not figure out bluepr…
-
When running `ember nw:test --server`, the testem UI shows two launchers instead of one. This happens upon upgrading to Ember CLI 1.13.15. It does not happen with Ember CLI 1.13.14 or below.
-
This section is already pretty up to date, looks like someone went over it recently with the RFC-232 changes.
Some things to add:
- [ ] explanation for why the types of tests introduced in the …
-
I'm working on some code to autosave my model. It looks like:
```javascript
export default Route.extend({
autosave: task(function * () {
yield timeout(3000);
this.get('model').save()…
-
Recently, I've seen a lot of interest in and discussion on running [JS tests in parallel](http://google.com/#q=parallel+tests+js). Most of these rely on faking concurrency through async behavior, whil…
-
### Description
This group defined a number of [projects/goals for 2023](https://github.com/nodejs/package-maintenance/issues/550) & one of them was to create a new "statusboard" (similar to npm's …
-
Hey,
we get the below error quite a lot of times in our CI environment which causes our tests to fail/timeout. From looking at the Testem documentation it doesn't appear that Testem has retry func…
-
Already lost so many hours on this one, hopefully there is some help! Nevertheless great addon, thumbs up! 👍
So, I always get a `Browser disconnected` error at the end of a (passing!) testsuite, wh…
-
As reported in https://github.com/ember-intl/ember-intl/issues/1916, when a consumer of `ember-intl` tried to update `@ember/test-helpers` to `v4`, they encountered the error message,
```sh
ember-…
-
Would be nice to get some unit tests to share between this and https://github.com/compbrain/dexcom_reader
The python version might be easier to digest.
Also see: https://github.com/alexandre-normand…