From 531fdbbac2df5a31026bda86d366e10002e3e50b Mon Sep 17 00:00:00 2001 From: patrick Date: Fri, 26 Jan 2024 16:02:11 +0800 Subject: [PATCH] add testing resources --- components/fleunt-clients/pom.xml | 20 ++++++++++++++++++++ components/pom.xml | 1 + integration/bruno | 1 + integration/crabc | 1 + integration/crusher | 1 + integration/extentreports-java | 1 + integration/hoppscotch | 1 + integration/karate | 1 + integration/metersphere | 1 + integration/mind-map | 1 + integration/torna | 1 + integration/vividus | 1 + to-do.yaml | 13 ++++++++++++- 13 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 components/fleunt-clients/pom.xml create mode 160000 integration/bruno create mode 160000 integration/crabc create mode 160000 integration/crusher create mode 160000 integration/extentreports-java create mode 160000 integration/hoppscotch create mode 160000 integration/karate create mode 160000 integration/metersphere create mode 160000 integration/mind-map create mode 160000 integration/torna create mode 160000 integration/vividus diff --git a/components/fleunt-clients/pom.xml b/components/fleunt-clients/pom.xml new file mode 100644 index 0000000..6157edf --- /dev/null +++ b/components/fleunt-clients/pom.xml @@ -0,0 +1,20 @@ + + + 4.0.0 + + io.fluent + components + 1.0-SNAPSHOT + + + fleunt-clients + + + 20 + 20 + UTF-8 + + + \ No newline at end of file diff --git a/components/pom.xml b/components/pom.xml index 11234de..12fb1c0 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -25,6 +25,7 @@ fluent-httpclients fluent-datafactory fluent-testlibs + fleunt-clients diff --git a/integration/bruno b/integration/bruno new file mode 160000 index 0000000..dbb5e91 --- /dev/null +++ b/integration/bruno @@ -0,0 +1 @@ +Subproject commit dbb5e912ebbaa806f338f01ead41f7b7b8394ea1 diff --git a/integration/crabc b/integration/crabc new file mode 160000 index 0000000..7b9e8b3 --- /dev/null +++ b/integration/crabc @@ -0,0 +1 @@ +Subproject commit 7b9e8b38baa245a01994604b958e82efe06f31de diff --git a/integration/crusher b/integration/crusher new file mode 160000 index 0000000..5679cbe --- /dev/null +++ b/integration/crusher @@ -0,0 +1 @@ +Subproject commit 5679cbe48d72e34f130a05ee5b0b4dc9bc6acca1 diff --git a/integration/extentreports-java b/integration/extentreports-java new file mode 160000 index 0000000..0b134ae --- /dev/null +++ b/integration/extentreports-java @@ -0,0 +1 @@ +Subproject commit 0b134ae93730eaf78ca57a1a23993d06d926cba6 diff --git a/integration/hoppscotch b/integration/hoppscotch new file mode 160000 index 0000000..7db7b9b --- /dev/null +++ b/integration/hoppscotch @@ -0,0 +1 @@ +Subproject commit 7db7b9b0683424a594b85ac5265c4a5ff749586b diff --git a/integration/karate b/integration/karate new file mode 160000 index 0000000..a378ba4 --- /dev/null +++ b/integration/karate @@ -0,0 +1 @@ +Subproject commit a378ba4f9e5af11eca1794d0bd55c428c8491bd8 diff --git a/integration/metersphere b/integration/metersphere new file mode 160000 index 0000000..7597da3 --- /dev/null +++ b/integration/metersphere @@ -0,0 +1 @@ +Subproject commit 7597da39a564c6d0b8766a761605732f64168cec diff --git a/integration/mind-map b/integration/mind-map new file mode 160000 index 0000000..12c89e6 --- /dev/null +++ b/integration/mind-map @@ -0,0 +1 @@ +Subproject commit 12c89e6d3713f86f9df4504a3fad193084405feb diff --git a/integration/torna b/integration/torna new file mode 160000 index 0000000..23bedaf --- /dev/null +++ b/integration/torna @@ -0,0 +1 @@ +Subproject commit 23bedafe48ac97fac7e781e342da300cb4bfc0cb diff --git a/integration/vividus b/integration/vividus new file mode 160000 index 0000000..40e77c4 --- /dev/null +++ b/integration/vividus @@ -0,0 +1 @@ +Subproject commit 40e77c47d4f0b66c61b6babe2da1f44c6e56dba7 diff --git a/to-do.yaml b/to-do.yaml index 44cff27..87ede38 100644 --- a/to-do.yaml +++ b/to-do.yaml @@ -8,6 +8,17 @@ low-code: toolkits: - https://github.com/sharat87/littletools.git - https://github.com/QAInsights/Streamlit-JMeter.git + - https://github.com/mnotgod96/AppAgent.git + - https://github.com/shulieTech/Takin-web.git openapi: - https://github.com/wu-clan/httpfpt.git - - https://openapi.tools/ \ No newline at end of file + - https://openapi.tools/ + +integrations: + - https://gitee.com/durcframework/torna.git + - metersphere + - https://github.com/crusher-dev/crusher.git + - http://github.com/hoppscotch/hoppscotch.git +report: + - https://github.com/SeldomQA/XTestRunner.git + - https://github.com/extent-framework/extentreports-java.git \ No newline at end of file