On Feb 6, 2006, at 8:34 PM, Bob Ippolito wrote:



On Feb 6, 2006, at 8:00 PM, Bob Ippolito wrote:



On Feb 6, 2006, at 6:52 PM, Leonardo Soto wrote:

Hi all!,

I'm working a Test.Simple replacement, that basically inherits the
simplicity of Test.Simple but:

 * Works on IE5.5
 * Don't require you to count the tests
 * Tests that requires elements visible in the browser works in the
TestRunner (Harness).
 * Display the test results nicer (IMO).

Great! Did you see that some of this was already done in MochiKit/ Test.js? That's why the non-DOM tests were factored out into separate .js files, so I could run them with the standalone SpiderMonkey.

I didn't do the browser stuff though, so I'm just going to take this as-is and we can look into merging the two soon.

The test runner doesn't seem to quite work in Safari. I see all of the results, but the page never quite finishes loading and thus isn't interactive so I can't see the failures in the Signal tests unless I go to the HTML directly. I'll see if I can fix this before I check it in.

Test.Simple is gone! I made some changes to SimpleTest so that it works in Safari and Firefox. I have not tested elsewhere.

-bob

Reply via email to