mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 07:42:24 +00:00
test: run unit and integration tests
This commit is contained in:
@@ -38,6 +38,25 @@ However, it might be easier to develop against your ZITADEL Cloud instance
|
||||
if you don't have docker installed
|
||||
or have limited resources on your local machine.
|
||||
|
||||
### Testing
|
||||
|
||||
You can execute the following commands in the following directories:
|
||||
|
||||
- apps/login
|
||||
- packages/zitadel-client
|
||||
- packages/zitadel-server
|
||||
- packages/zitadel-react
|
||||
- packages/zitadel-next
|
||||
- The projects root directory: all tests in the project are executed
|
||||
|
||||
```sh
|
||||
# Run unit and integration tests once
|
||||
pnpm run test -- --passWithNoTests
|
||||
|
||||
# Rerun unit and integration tests on file changes
|
||||
pnpm run test:watch -- --passWithNoTests
|
||||
```
|
||||
|
||||
### Developing Against Your Local ZITADEL Instance
|
||||
|
||||
```sh
|
||||
|
||||
Reference in New Issue
Block a user