Skip to content

Commit

Permalink
docs: add instruction to generate report
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarlic committed Aug 28, 2024
1 parent 5a4fc24 commit d01b697
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ mvn clean compile
mvn test
```

### Generar un reporte de los test ejecutados localmente
```bash
mvn surefire-report:report
```

### Generar un jar local

````bash
Expand Down

0 comments on commit d01b697

Please sign in to comment.