Create Project with Sample Spring Shell Tests
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
This commit is contained in:
committed by
Eric Bottard
parent
5447db5da7
commit
5ec589909e
10
spring-shell-test-samples/README.md
Normal file
10
spring-shell-test-samples/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user