Just like spring-shell/spring-shell-samples shows examples of Spring Shell features, create a project with samples of Spring Shell unit, functional and integration tests. Issue: SHL-192 https://jira.spring.io/browse/SHL-192
11 lines
271 B
Markdown
11 lines
271 B
Markdown
# Spring Shell 2 Tests
|
|
|
|
Examples of [Spring Shell 2](https://docs.spring.io/spring-shell/docs/current/reference/htmlsingle/) unit, functional and integration tests.
|
|
|
|
## Run
|
|
|
|
Execute the following command from the parent directory to run the tests:
|
|
```
|
|
mvn clean test
|
|
```
|