How can I run the qUnit tests shipped with jQuery. I don’t understand why there are PHP files, for example here https://github.com/jquery/jquery/tree/master/test/data.
Is there some sort of script that will run all the tests?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are full usage examples in the documentation; I found them by googling
jquery testand going to the first result.jquery/test/index.html already appears to perform full coverage of the jQuery tests.