Skip to main content

Installation

Ionic E2E is distributed as a single npm package that contains a test runner and a library for writing end-to-end tests. In your app, run:

npm install -D @ionic/e2e

Add the following npm script to your package.json to make using the Test Runner easier:

"scripts": {  "ionic-e2e": "ionic-e2e"}