Opened 16 years ago
Last modified 15 years ago
#819 closed enhancement
Enhance testsuite to allow both run and walk modes — at Version 1
Reported by: | joern | Owned by: | joern |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | qunit | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
Safari fails miserable to complete the current testsuite: It just crashes. To use the testsuite for safari testing, a "walk" mode is necessary: Run only one test when clicking a button or whatever.
Buttons/icons design could imitate Selenium.
And considering the pretty stable jQuery core, it makes sense to upgrade the testrunner to fully use jQuery itself, reducing problems already handled by jQuery.
Maybe add a "selftest" to ensure that the testsuite can run properly, that is, test all needed jQuery funcitonality before relying on them.
Note: See
TracTickets for help on using
tickets.
Testsuite now allows you to run a single test. Won't help with Safari, but at least its possible to run a single test a time by doubleclicking on its title (after running the complete suite).