Jason Ryan
09/19/2022, 6:36 PMspecs
folder with a couple files, and my own runner.cfm
which includes /dependencies/testbox/system/runners/HTMLRunner.cfm
. The problem is that HTMLRunner.cfm
can't resolve testbox.system.TestBox
because the file as a whole is being included inside my own folder. If I'm not mistaken, it would need to instead be referencing dependencies.testbox.system.TestBox
.
Is there a standard way to do this that I'm missing? Or perhaps a CFML trick to get the dependency to resolve relative to the cfincluded file?
Thanks!bdw429s
09/19/2022, 6:54 PM/testbox
CF mapping in your test harness that points to wherever you have TestBox installed.Jason Ryan
09/19/2022, 6:56 PM