Install ionic :
npm install -g ionic
npm install -g testcafe
Install npm dependencies :
npm install
First run the app
ionic serve
Then run the tests
npm run e2e
Install testcafe studio
Install ionic :
npm install -g ionic
npm install -g testcafe
Install npm dependencies :
npm install
First run the app
ionic serve
Then run the tests
npm run e2e
Install testcafe studio