Testing ionic app with test framework

Hi,
have some tutorial about how test a ionic app with a test framework ?

Regards

You can easily use the angularjs tutorials about e2e and unit tests.

https://docs.angularjs.org/guide/unit-testing
https://docs.angularjs.org/guide/e2e-testing

so for the beginning you can google for angularjs unit tests or e2e tests and get your answers.

thanks @bengtler , I find this tutorial