This is an automated email from the ASF dual-hosted git repository.
jooks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new d193fa886d [type: docs] Format "Quick start" part in
shenyu-integrated-test/README.md (#5064) (#5065)
d193fa886d is described below
commit d193fa886d26e200800319760b627f6cc037ec8d
Author: Sam Tan <[email protected]>
AuthorDate: Wed Aug 23 13:48:18 2023 +0800
[type: docs] Format "Quick start" part in shenyu-integrated-test/README.md
(#5064) (#5065)
---
shenyu-integrated-test/README.md | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/shenyu-integrated-test/README.md b/shenyu-integrated-test/README.md
index 23a948abf1..516e88f803 100644
--- a/shenyu-integrated-test/README.md
+++ b/shenyu-integrated-test/README.md
@@ -13,23 +13,23 @@ There are two key points:
Run those steps under this project's root directory
1. Build `dist` from source, run this command under root directory:
-```shell
-./mvnw -B clean install -Prelease,docker -Dmaven.javadoc.skip=true
-Dmaven.test.skip=true
-```
+ ```shell
+ ./mvnw -B clean install -Prelease,docker -Dmaven.javadoc.skip=true
-Dmaven.test.skip=true
+ ```
2. Build integrated tests:
-```shell
-./mvnw -B clean install -Pit -DskipTests -f ./shenyu-integrated-test/pom.xml
-```
-4. Start the docker compose:
-```shell
-docker-compose -f ./shenyu-integrated-test/${{ matrix.case
}}/docker-compose.yml up -d
-```
-> You need to replace ${{ matrix.case }} with the exact directory, such as
shenyu-integrated-test-http.
-> On mac, you could `docker compose`, but if you are using ubuntu, you'd
better using `docker-compose`.
-5. Run the integrated test:
-```shell
-./mvnw test -Pit -f ./shenyu-integrated-test/${{ matrix.case }}/pom.xml
-```
+ ```shell
+ ./mvnw -B clean install -Pit -DskipTests -f ./shenyu-integrated-test/pom.xml
+ ```
+3. Start the docker compose:
+ ```shell
+ docker-compose -f ./shenyu-integrated-test/${{ matrix.case
}}/docker-compose.yml up -d
+ ```
+ > You need to replace ${{ matrix.case }} with the exact directory, such as
shenyu-integrated-test-http.
+ > On mac, you could `docker compose`, but if you are using ubuntu, you'd
better using `docker-compose`.
+4. Run the integrated test:
+ ```shell
+ ./mvnw test -Pit -f ./shenyu-integrated-test/${{ matrix.case }}/pom.xml
+ ```
## How to write a new integrated tests?