Running QUnit tests with Jenkins and Apache Ant?

前端 未结 4 1180
离开以前
离开以前 2020-12-24 09:52

Is it possible to execute my QUnit (javascript) unit tests from Jenkins? My build script is Apache Ant. Would Jenkins execute this as a separate Build Step, or would I need

4条回答
  •  一生所求
    2020-12-24 10:36

    I've written an Ant task specifically for this

    https://github.com/philmander/ant-jstestrunner

提交回复
热议问题