ember-fastboot-app-tests icon indicating copy to clipboard operation
ember-fastboot-app-tests copied to clipboard

FastBoot testing support for Ember apps

Results 43 ember-fastboot-app-tests issues
Sort by recently updated
recently updated
newest added

## The devDependency [ember-load-initializers](https://github.com/ember-cli/ember-load-initializers) was updated from `1.1.0` to `2.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## The devDependency [ember-cli-inject-live-reload](https://github.com/rwjblue/ember-cli-inject-live-reload) was updated from `1.10.1` to `2.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

I have an application that only accepts requests made over https. I wanted to test fastboot with this addon and, while possible, has a couple rough corners. `this.visit('/my/path')` doesn't work...