mirror of
https://github.com/dagu-org/dagu.git
synced 2025-12-28 06:34:22 +00:00
chore: Update README with running tests (#1326)
This commit is contained in:
parent
ab407116cb
commit
5ae42dbdc3
@ -46,19 +46,25 @@ Building binary:
|
||||
make bin
|
||||
```
|
||||
|
||||
Running tests:
|
||||
## Running Tests
|
||||
|
||||
To ensure the integrity of the go code, you can run all Go unit and integration tests.
|
||||
|
||||
Run all tests from the project root directory:
|
||||
|
||||
```bash
|
||||
make lint
|
||||
make test
|
||||
```
|
||||
|
||||
Running test with coverage:
|
||||
To run tests with code coverage analysis:
|
||||
|
||||
```bash
|
||||
make test-coverage
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Frontend
|
||||
|
||||
Starting the backend server on port 8080:
|
||||
|
||||
17
README.md
17
README.md
@ -327,6 +327,23 @@ pnpm dev
|
||||
|
||||
Navigate to http://localhost:8081 to view the frontend.
|
||||
|
||||
### Running Tests
|
||||
|
||||
To ensure the integrity of the go code, you can run all Go unit and integration tests.
|
||||
|
||||
Run all tests from the project root directory:
|
||||
|
||||
```bash
|
||||
make test
|
||||
```
|
||||
|
||||
To run tests with code coverage analysis:
|
||||
|
||||
```bash
|
||||
make make-coverage
|
||||
```
|
||||
|
||||
|
||||
## Roadmap
|
||||
|
||||
**Legend:**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user