Testing

PHPUnit

We use PHPUnit for our PHP unit testing. To take advantage of automated unit test runs, please try to put PHP unit tests in the /tests directory of the repo.
Note: Test files for PHPUnit need to be uppercase.

Jest

We use Jest for our JS unit testing. You can find the Jest config inside the colby-package package: https://github.com/ColbyCommunications/colby-package.

Locust

We use Locust to load test our sites. To set up and install see here.