-
Notifications
You must be signed in to change notification settings - Fork 131
Open
Labels
Description
The purpose of this issue is a sticky thread general for help with testing Ionic 2 projects.
E.g. you have our testing framework set up fine but you don't know how to test a particular scenario / component / feature, or you're getting unexpected results from some of your tests.
The correct place for posting such questions is stack overflow. Asking your question on stack will:
- give you a wider audience
- give you a better quality answer
- give you a quicker answer
Please follow these guidelines:
- post your question on stack
- tag your question with angular2 and angular2-testing. You can tag ionic2 too if your question is about testing some Ionic component
- comment on this issue with a link to your question. This will draw our attention to it and we'll answer on stack if we can help. It will also provide a good reference point for others.
Further issues raised on this repo will be referred here.
If you're having trouble setting up testing (e.g. you can't get a single basic test running against your app) please raise an issue here - don't use stack for that
muhammedbasilsk, kamok and leegee