Javascript JsTestDriver Jasmine & Jasmine-jquery

前端 未结 3 691
日久生厌
日久生厌 2021-02-06 14:25

I have lots of Jasmine unit tests, that are running unit tests for Javascripts code. They are using Jasmine-jquery plugin to do DOM manipulation. they use loadFixture, to load f

3条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-06 15:16

    I just released an open source toolkit which will hopefully help others as much as it helps me. It is a composition of many open source tools which gives you a working requirejs backbone app out of the box.

    It has a more elegant solution to this using the requirejs text plugin and the requirejs handlebars plugin.

    It provides single commands to run: dev web server, jasmine single browser test runner, jasmine js-test-driver multi browser test runner, and concatenization/minification for JavaScript and CSS. It also outputs an unminified version of your app for production debugging, precompiles your handlebar templates, and supports internationalization. No setup is required. It just works.

    http://github.com/davidjnelson/agilejs

提交回复
热议问题