This is a seed of Ionic 3 with TypeScript + Karma + Protractor + Appium
npm install -g ionic cordova
)npm install
from the project root# only works if no native APIs are being used
npm start # deploys the the browser
# make sure the Android device/emulator is connected and available to ADB
npm run android # deploys the app to an Android device or emulator
# make sure the iOS device is connected
npm run ios # deploys the app to an iOS device or simulator
npm run unittest # run unit tests on the browser
npm run appium # run start appium server
npm run e2e # in other terminal, run the e2e tests on the device
npm run appium # run start appium server
npm test # in other terminal, run the unit tests on the browser and e2e tests on the device
Issues and PRs are welcome, see the issues list.