Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 430 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (12 loc) · 430 Bytes

Setting up your development environment

  • 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. See start:[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