quaertym / ember-cli-dependency-checker

Ember CLI addon for checking missing node and bower dependencies before running ember commands
MIT License
40 stars 37 forks source link

add scenario-tester for compatibility testing #137

Open SergeAstapov opened 2 years ago

SergeAstapov commented 2 years ago

@quaertym this is follow up to https://github.com/quaertym/ember-cli-dependency-checker/pull/133#issuecomment-1096925157

Ideally, once this PR merged, we should convert this to monorepo for proper testing: so that we can test the test-app separately from the addon package preventing issues like https://github.com/quaertym/ember-cli-dependency-checker/issues/132 I'll check if we can create a test dummy app withotu converting to monorepo and using scenario-tester in the context of the app instead of the addon