- Clone the repository
cd test-harness
cp .env.example .env
- Edit .env file appropriately
box install
box run-script start
This will use Lucee 5 server config file by default. Seestart:[version]
options in test-harness/box.json for other engines.- Run tests:
- In browser, visit
http://localhost:60299/tests/runner.cfm
- On command line:
box testbox run
- In browser, visit