My favorites | Sign in
Project Home Downloads Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 71: Add ability to run tests directly that exist outside of webroot
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  virtix
Closed:  Jan 2009
Cc:  marc.es...@gmail.com, AnodyneP...@gmail.com


 
Project Member Reported by virtix, Mar 4, 2008
Currently, any test that extends TestCase can be run by invoking
MyTest.cfc?method=runtestremote, but this requires that the test case exist
in the web root.

Solution: create a proxy runner, or wrapper, that runs these tests and
spits out extjs and html

Example: http://localhost:8500/mxunit/runner/path.to.my.testcase

This looks easy enough to do. Any volunteers?
 
Mar 7, 2008
Project Member #1 virtix
Raj has agreed to look at this. Thanks!!!! Here's a link to some discussions and
details of how the runner might behave:

http://groups.google.com/group/mxunit/browse_thread/thread/6560c91ba93f74d5

and

>>>> from
http://groups.google.com/group/mxunit/browse_thread/thread/c6de7a9f58f8b5a0/4122ec5f03b9e660#4122ec5f03b9e660

>  Now, we should be able to call the runner something like:
>  http://localhost:8500/mxunit/runner/myapp.tests.MyTestSuite

Don't forget about folks with more complex setups that already use
IIS/Apache and URL rewriting. It would be nice to support this:

http://localhost/mxunit/runner/?test=myapp.tests.MyTestSuite

and also:

http://localhost/mxunit/runner/

which should display a simple form with a text box to enter the test
path (and it can just do a GET instead of POST so it degrades to the
former case). 
Owner: v.rajkumar
Jan 22, 2009
Project Member #2 virtix
(No comment was entered for this change.)
Status: Fixed
Owner: virtix
Cc: -v.rajkumar -axsaheli

Powered by Google Project Hosting