Skip to content

Commit

Permalink
add testing resources
Browse files Browse the repository at this point in the history
  • Loading branch information
qdriven committed Jan 26, 2024
1 parent ed4a716 commit 531fdbb
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 1 deletion.
20 changes: 20 additions & 0 deletions components/fleunt-clients/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.fluent</groupId>
<artifactId>components</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>fleunt-clients</artifactId>

<properties>
<maven.compiler.source>20</maven.compiler.source>
<maven.compiler.target>20</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

</project>
1 change: 1 addition & 0 deletions components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<module>fluent-httpclients</module>
<module>fluent-datafactory</module>
<module>fluent-testlibs</module>
<module>fleunt-clients</module>
<!-- <module>fluent-mocker</module>-->
</modules>

Expand Down
1 change: 1 addition & 0 deletions integration/bruno
Submodule bruno added at dbb5e9
1 change: 1 addition & 0 deletions integration/crabc
Submodule crabc added at 7b9e8b
1 change: 1 addition & 0 deletions integration/crusher
Submodule crusher added at 5679cb
1 change: 1 addition & 0 deletions integration/extentreports-java
Submodule extentreports-java added at 0b134a
1 change: 1 addition & 0 deletions integration/hoppscotch
Submodule hoppscotch added at 7db7b9
1 change: 1 addition & 0 deletions integration/karate
Submodule karate added at a378ba
1 change: 1 addition & 0 deletions integration/metersphere
Submodule metersphere added at 7597da
1 change: 1 addition & 0 deletions integration/mind-map
Submodule mind-map added at 12c89e
1 change: 1 addition & 0 deletions integration/torna
Submodule torna added at 23beda
1 change: 1 addition & 0 deletions integration/vividus
Submodule vividus added at 40e77c
13 changes: 12 additions & 1 deletion to-do.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
- 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

0 comments on commit 531fdbb

Please sign in to comment.