diff --git a/bx/browser/index.bxm b/bx/browser/index.bxm index 77d6df29..74c60d48 100644 --- a/bx/browser/index.bxm +++ b/bx/browser/index.bxm @@ -88,20 +88,24 @@ Below is a listing of the runners matching the "runner*.(cfm|bxm)" pattern.

- - - - class="btn btn-success btn-sm my-1 mx-1" - - class="btn btn-info btn-sm my-1 mx-1" - - > - #runners.name# - - + + +

No runners found in this directory

+ + + + class="btn btn-success btn-sm my-1 mx-1" + + class="btn btn-info btn-sm my-1 mx-1" +
+ > + #runners.name# + + + diff --git a/cfml/browser/index.cfm b/cfml/browser/index.cfm index 485e3965..1ad8dd44 100644 --- a/cfml/browser/index.cfm +++ b/cfml/browser/index.cfm @@ -5,7 +5,7 @@ ASSETS_DIR = expandPath( "/testbox/system/reports/assets" ); TESTBOX_VERSION = new testBox.system.TestBox().getVersion(); // TEST LOCATIONS -> UPDATE AS YOU SEE FIT - rootMapping = "/tests/specs"; + rootMapping = "/tests"; // Local Variables rootPath = expandPath( rootMapping ); @@ -90,20 +90,24 @@ Below is a listing of the runners matching the "runner*.(cfm|bxm)" pattern.

- - - - class="btn btn-success btn-sm my-1 mx-1" - - class="btn btn-info btn-sm my-1 mx-1" - - > - #runners.name# - - + + +

No runners found in this directory

+ + + + class="btn btn-success btn-sm my-1 mx-1" + + class="btn btn-info btn-sm my-1 mx-1" +
+ > + #runners.name# + + +