Running Directories of Tests

How

With MXUnit, it's easy to set up a single file that runs all your tests

Example

Your tests live at c:\inetpub\wwwroot\MyApp\cfc\test

Create c:\inetpub\wwwroot\MyApp\cfc\test\run.cfm

Copy/Paste the contents from /mxunit/tests/run.cfm into your run.cfm file

Change excludes to exludes=""

change componentPath to componentPath="myapp.cfc.test"

Open the file in your browser