You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a question about how to best load an Ember application built from Ember CLI into FastBoot for ember-cli-fastboot-testing
I have an Ember application that's built using ember-cli, so it's build time environment is development. When I load that dist path into new FastBoot() it uses the the application's config environment of development, which makes sense!
However, I'm wondering if I can take that same build and load it into FastBoot with a run time environment of test. I guess this question boils down to: Do I have the ability to tell FastBoot to use a different run time environment + config from what the app was built with?
What I'm trying to accomplish: I want fastboot-testing to piggy back off of the dist built by ember-cli-fastboot, but when it loads that dist I want it to use a runtime env of test.
The text was updated successfully, but these errors were encountered:
Came here from stumbling onto this problem after getting test failures with ember-cli-fastboot-testing when running tests from localhost:4200/tests. It'd be great if we could do this ^
I've got a question about how to best load an Ember application built from Ember CLI into FastBoot for ember-cli-fastboot-testing
I have an Ember application that's built using ember-cli, so it's build time environment is
development
. When I load that dist path intonew FastBoot()
it uses the the application's config environment ofdevelopment
, which makes sense!However, I'm wondering if I can take that same build and load it into FastBoot with a run time environment of
test
. I guess this question boils down to: Do I have the ability to tell FastBoot to use a different run time environment + config from what the app was built with?What I'm trying to accomplish: I want fastboot-testing to piggy back off of the dist built by ember-cli-fastboot, but when it loads that dist I want it to use a runtime env of
test
.The text was updated successfully, but these errors were encountered: