Test Runner
http://localhost/test/MyTest.cfc?method=runRemotehttp://localhost/test/MyTest.cfc?method=runRemote&reporter=jsonLast updated
Was this helpful?
If you make your test bundle CFC inherit from our testbox.system.BaseSpec class, you will be able to execute the CFC directly via the URL:
http://localhost/test/MyTest.cfc?method=runRemoteYou can also pass the following arguments to the method via the URL:
testSuites : A list or array of suite names that are the ones that will be executed ONLY!
testSpecs : A list or array of test names that are the ones that will be executed ONLY!
reporter : The type of reporter to run the test with
http://localhost/test/MyTest.cfc?method=runRemote&reporter=jsonLast updated
Was this helpful?
Was this helpful?