/screen-test-example

An example of testing screens in an Ionic 3 application.

Primary LanguageTypeScript

screen-test-example

An example of testing screens in an Ionic 3 application. This is based on ionic-unit-testing-example

Getting Started with this Project

To get started, clone this repo, and run npm install in the root directory.

git clone https://github.com/leifwells/screen-test-example.git
cd screen-test-example
npm install

Running Screen Tests

To run the screen tests, first start the Ionic server:

ionic serve

Then, in a separate terminal window opened to the project's root directory, start the screen test script:

npm run e2e-screens