I have a PHP project where I also have Jasmine JavaScript tests. How can I run the Jasmine tests in an PHP environment (since my server-side code runs in PHP)?
Share
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.
I wrote a tool, OpenPhantomScripts, with the goal of making it really easy to just run your Jasmine tests on Travis. It just shells out to phantomjs, so it should still run in your PHP Travis environment.