embermap / ember-cli-fastboot-testing

Test your FastBoot-rendered HTML alongside your application's tests.
https://embermap.github.io/ember-cli-fastboot-testing
MIT License
39 stars 18 forks source link

Ensure origin host is extracted in cli mode #819

Closed gilest closed 1 year ago

gilest commented 1 year ago

Tried to do this dynamically and make no assumptions about the host or port which the tests may running on.

Tested locally via yarn link. Wasn't able to run the tests locally so not sure how CI will go.

Fixes #601

SergeAstapov commented 1 year ago

Thank you @gilest!