Running QUnit tests with Jenkins and Apache Ant?

前端 未结 4 1260
离开以前
离开以前 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:37

    If I understand your setup correctly, you can run Ant build step providing it with the location of your build.xml, top-level target, and -D parameters (if any). This may be of some help.

提交回复
热议问题