Is there a way to run headless jasmine JavaScript tests from IntelliJ? I’ve seen the jstestdriver plugin and that works for in browser testing, but I couldn’t find a way to run headless jasmine tests inside the IDE.
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 ended up writing a class to parse the js test driver config and generate a spec for the jasmine file. Then I used gradle’s envjs plugin run the spec file.