Uses protractor and selenium to set up integration tests.
Run npm run ionic:serve -b, wait for the server to start and then run npm run e2e in two different terminal windows to run the integration tests. You need chromium/google-chrome installed.
We specifically target Chromium here because the target platforms will invariably use WebKit.
See #66
Uses protractor and selenium to set up integration tests.
Run
npm run ionic:serve -b, wait for the server to start and then runnpm run e2ein two different terminal windows to run the integration tests. You need chromium/google-chrome installed.We specifically target Chromium here because the target platforms will invariably use WebKit.