ionic-team / ionic-unit-testing-example

Example of adding unit testing in your Ionic 2.x or greater apps with Karma and Jasmine
Other
374 stars 145 forks source link

How to choose Chrome User Profile before a test (e2e)? #61

Open Natanael1234 opened 7 years ago

Natanael1234 commented 7 years ago

I would like to choose Chrome user profile to test my app so that I can do login mannually before run the tests.

In the way it works today it opens a new user profile which only exists during the test execution.

How to choose Chrome User Profile before a test (e2e)?

leifwells commented 7 years ago

Have you tried adding karma-chrome-launcher to your project?