Fredrik Wendt
unread,Feb 8, 2008, 8:02:38 AM2/8/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to crosscheck
Hi. This is my first post and this piece of software is really
neat. :)
I'd like to know if somebody has info to share regarding running the
unit tests in a real browser. I need to cover Safari, IE6&7, Gecko/
Mozilla-based and AOL. To run all tests in all browsers while
developing will be very time consuming (even with dedicated machines
performing distributed remote testing) and instead we'll probably
focus on running crosscheck alongside eclipse/mvn and let some CI
enginge (JsUnit, Hudson) run full tests on all target platforms.
The issue I need to solve, as I see it now (not quite finished
experimenting), is to make crosscheck and JsUnit use the same
javascript tests. Crosscheck likes clean javascript files (.jst) while
JsUnit likes html, and declaring the suites are done differently.
Is this true or have I missed something?
Thanks in advance,
Fredrik Wendt