angular / dev-infra

Angular Development Infrastructure
MIT License
61 stars 52 forks source link

Validate and test packaged version of libraries #49

Open jelbourn opened 5 years ago

jelbourn commented 5 years ago

We currently have no automated tests for the actual npm package we produce. We should, at the very least, run our e2e tests against the real packages.

It would additionally be good to test the components against an Angular CLI application. It might be best, then, to change our e2e app to be an Angular CLI application.

Some other possibilities worth discussion:

Other related checks

Open to other ideas here.

cc @josephperrott

devversion commented 2 years ago

I think this is partially done by the new integration test rule we added as part of dev-infra.

We just need to increase the scenario coverage much more