cli-guides
cli-guides copied to clipboard
How to test an addon with different app configs
There's no documentation on how to test an addon with diffferent runtime configs.
I see some addons doing something like generate multiple apps with different config/environment.js files and run the test suite for this apps, but I have no idea how to do this right.
The standard solution (for now) is ember-try, but it has plenty of gaps.
Oh neat, I thought ember-try just lets you change out the ember version and other deps, didn’t know it could change the config too. I will try that out