Side navigation
#819 closed enhancement (wontfix)
Opened January 15, 2007 10:18PM UTC
Closed September 18, 2007 02:55PM UTC
Enhance testsuite to allow both run and walk modes
Reported by: | joern | Owned by: | joern |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | qunit | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
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.
Attachments (0)
Change History (2)
Changed June 20, 2007 09:56PM UTC by comment:1
description: | 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. → 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. |
---|---|
need: | → Review |
Changed September 18, 2007 02:55PM UTC by comment:2
resolution: | → wontfix |
---|---|
status: | new → closed |
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).