I feel very comfortable using JsUnitTest (<http://jsunittest.com/>),
an autocontained port—no dependencies—of the Prototype testing code.
As a favorite feature, JsUnitTest posts the results of the tests to a
specified (if any) URL. This allows launching the tests in various
browsers and getting the results as easy as
$ rake test_units
newjs (http://newjs.rubyforge.org/) includes rake tasks to do just that
—Prototype development code includes this facility, too.
On my end, I've worked on two things that I was missing:
- the ability to launch tests on IE6/Win (running on Fusion) from my
Mac OS command line
- jShoulda (<http://jshoulda.scriptia.net/>), a Shoulda-like language
which acts as a wrapper to the base library.
Back into reality: what I would really love to see is QUnit posting
its results through an Ajax request.
Best.
On Oct 15, 2008, at 9:35 AM, Yehuda Katz wrote:
> Two great features in Screw.Unit are nested describe blocks and
> before/after
> functions. This lets you do contextual setup in a nested way. I'd
> love to
> see those features in QUnit.
> -- Yehuda
>
> On Tue, Oct 14, 2008 at 3:24 PM, Jörn Zaefferer <
> [EMAIL PROTECTED]> wrote:
>
>> Hi,
>>
>> I'm currently gathering idea for further improvements for QUnit
>> (http://docs.jquery.com/QUnit). One source of inspiration is
>> ScrewUnit: http://github.com/nkallen/screw-unit/tree/master
>> The point isn't to replicate ScrewUnit, but I'd like to get some
>> feedback on what features could fit well into QUnit. That page
>> actually contains quite decent documentation, so you're welcome to
>> take a look and give some feedback on what you'd like to see in
>> QUnit.
>>
>> If you have some tests that are rather painful to write/read, please
>> share them, looking at ways to improve readability and
>> ease-of-writing.
>>
>> I want to keep QUnit focused on testing jQuery, jQuery UI and plugins
>> based on them, so this is a good chance to influence the future
>> development.
>>
>> Regards
>> Jörn
>>
>>>
>>
>
>
> --
> Yehuda Katz
> Developer | Engine Yard
> (ph) 718.877.1325
>
> >
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---