File size: 801 Bytes
9659fc5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ## Testing
we use shell to run our (unit/ acceptance / integration) tests
```shell
./test/run.sh ${command}
```
run that command with any of the following available commands, make sure you're in the project root folder.
### available commands
- `--unit-only` | `-u`
- `--unit-and-integration-only` | `-ui`
- `--integration-only` | `-i`
- `--acceptance-only` | `-a`
- `--acceptance-only-fast` | `-aof`
- `--acceptance-only-graphql` | `-aog`
- `--acceptance-only-replication` | `-aor`
- `--acceptance-only-async-replication` | `-aoar`
- `--acceptance-module-tests-only` | `--modules-only` | `-m`
- `--acceptance-module-tests-only-backup` | `--modules-backup-only` | `-mob`
- `--acceptance-module-tests-except-backup` | `--modules-except-backup` | `-meb`
- `--only-module-{moduleName}` |