3

So some context:

We use Symfony to load our assets (as we have quite a few dependencies (Underscore, Marionette, Backbone, .. etc) and we run Javascript unit tests, using Jasmine. So to run them within our CI server, we use PhantomJS to hit the spec Symfony route. The problem then comes with the speed of it being run in dev mode.

What options do we have running Jasmine tests properly (considering our dependencies are managed through a Symfony Twig template) through a CLI tool rather than hitting them via a URL?

1

1 Answer 1

1

We ended up having to convert from using Assetic to Browserify

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.