Yeah man, the cordova-mobile-spec [1] javascript test suite is built on jasmine and runs inside a cordova app. It exercises our Javascript api. Check it out.
[1] https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;a=summary On 11/28/12 12:07 PM, "Nicholas Roth" <[email protected]> wrote: >Hi all, > >I'm looking into a way to incorporate unit testing into our Cordova >applications. It was suggested to me to use Jasmine as a unit testing >framework and I've noticed that the cordova-js project also uses Jasmine >for unit testing. My question though is if anyone has used Jasmine to test >applications built on top of Cordova. I'd like to talk to anyone who has >experience with this about your approach, suggested/best practices or >resources you could point me to to learn more (or the correct mailing list >if I should take this question elsewhere). > >Thanks in advanced. > >-Nick Roth
