diff --git a/docs/tools/civi-test-run.md b/docs/tools/civi-test-run.md index 4053023f0e311ba1d644cca415caa703c2f26aa1..1ae3bd66243cb5aa8bf44923987a71f0376c50ed 100644 --- a/docs/tools/civi-test-run.md +++ b/docs/tools/civi-test-run.md @@ -1,6 +1,6 @@ # civi-test-run -`civi-test-run` is a script which runs one or more test suites locally. +`civi-test-run` is a script which runs one or more test suites locally. It is compatible with `civibuild`-based deployments. ## Installation @@ -19,8 +19,9 @@ $ civi-test-run The test type is one of: - `all` - Run all standard CiviCRM Test Suites -- `phpunit-e2e` - Run the E2E test suite -- `phpunit-civi` - Run the `Civi/` Test Suite +- `karma` - Run the KarmaJS test suite - `phpunit-api` - Run the `api_v3` Test Suite +- `phpunit-civi` - Run the `Civi/` Test Suite - `phpunit-crm` - Run the `CRM` Test Suite - +- `phpunit-e2e` - Run the E2E test suite +- `upgrade` - Run the upgrade test suite