ionic-team / starters

Starter templates for Ionic apps, used by the Ionic CLI
MIT License
462 stars 316 forks source link

test(angular): test angular apps #1794

Closed liamdebeasi closed 1 year ago

liamdebeasi commented 1 year ago

This PR updates our CI workflow to automatically test the Angular and Angular Standalone starter app spec/e2e tests.

The following changes have been made in support of this:

  1. The workflow matrix explicitly lists each app to test. This is not necessary, but this will significantly speed up the overall run time. Otherwise we'll have to build and test 8 tests sequentially.