From 9b50f32d3563c69377a9c24e94102d04c9d62d61 Mon Sep 17 00:00:00 2001 From: Tim Otten <totten@civicrm.org> Date: Tue, 12 Sep 2017 12:40:30 -0700 Subject: [PATCH] Update civi-test-run.md Add `karma` and `upgrade`. Reorder alphabetically. --- docs/tools/civi-test-run.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/tools/civi-test-run.md b/docs/tools/civi-test-run.md index 4053023f..1ae3bd66 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 -- GitLab