Skip to content
Snippets Groups Projects
Commit 9b50f32d authored by totten's avatar totten Committed by GitHub
Browse files

Update civi-test-run.md

Add `karma` and `upgrade`. Reorder alphabetically.
parent a86e66b9
No related branches found
No related tags found
No related merge requests found
# civi-test-run # 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 ## Installation
...@@ -19,8 +19,9 @@ $ civi-test-run ...@@ -19,8 +19,9 @@ $ civi-test-run
The test type is one of: The test type is one of:
- `all` - Run all standard CiviCRM Test Suites - `all` - Run all standard CiviCRM Test Suites
- `phpunit-e2e` - Run the E2E test suite - `karma` - Run the KarmaJS test suite
- `phpunit-civi` - Run the `Civi/` Test Suite
- `phpunit-api` - Run the `api_v3` 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-crm` - Run the `CRM` Test Suite
- `phpunit-e2e` - Run the E2E test suite
- `upgrade` - Run the upgrade test suite
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment