Integrating YUI tests with CruiseControl
Posted
by Dan R
on Stack Overflow
See other posts from Stack Overflow
or by Dan R
Published on 2010-06-09T19:48:52Z
Indexed on
2010/06/09
19:52 UTC
Read the original article
Hit count: 290
yui
|cruisecontrol
I am using YUI to test my JavaScript app, and want to integrate the test results into my CruiseControl build system. How can I use CruiseControl to run the tests? I initially thought about using the JUnit plugin to drive the tests, but that is a no go.
Does anyone else have this working?
(Please note: Changing either YUI or CruiseControl isn't an option for me.)
© Stack Overflow or respective owner