Skip to content

Commit 80a8188

Browse files
committed
docs: add support for xml
Signed-off-by: Sarthak Shyngle <[email protected]>
1 parent ec7c59e commit 80a8188

File tree

12 files changed

+1513
-3
lines changed

12 files changed

+1513
-3
lines changed
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
# Generated by Keploy (2-dev)
2+
path: ""
3+
appId: 0
4+
appName: naive-spring-boot
5+
command: java -jar target/XML-0.0.1-SNAPSHOT.jar
6+
templatize:
7+
testSets: []
8+
port: 0
9+
e2e: false
10+
dnsPort: 26789
11+
proxyPort: 16789
12+
debug: false
13+
disableTele: false
14+
disableANSI: false
15+
containerName: ""
16+
networkName: ""
17+
buildDelay: 30
18+
test:
19+
selectedTests: {}
20+
globalNoise:
21+
global: {
22+
header.Date: [],
23+
body: {
24+
# To ignore some values for a field, pass regex patterns to the corresponding array value
25+
"UserList": [],
26+
}
27+
}
28+
test-sets: {}
29+
delay: 5
30+
host: ""
31+
port: 0
32+
apiTimeout: 5
33+
skipCoverage: false
34+
coverageReportPath: ""
35+
ignoreOrdering: true
36+
mongoPassword: default@123
37+
language: ""
38+
removeUnusedMocks: false
39+
fallBackOnMiss: false
40+
jacocoAgentPath: ""
41+
basePath: ""
42+
mocking: true
43+
ignoredTests: {}
44+
disableLineCoverage: false
45+
disableMockUpload: true
46+
useLocalMock: false
47+
updateTemplate: false
48+
record:
49+
filters: []
50+
baseUrl: ""
51+
recordTimer: 0s
52+
configPath: ""
53+
bypassRules: []
54+
generateGithubActions: false
55+
keployContainer: keploy-v2
56+
keployNetwork: keploy-network
57+
cmdType: native
58+
contract:
59+
services: []
60+
tests: []
61+
path: ""
62+
download: false
63+
generate: false
64+
driven: consumer
65+
mappings:
66+
servicesMapping: {}
67+
self: s1
68+
inCi: false
69+
70+
# Visit [https://keploy.io/docs/running-keploy/configuration-file/] to learn about using keploy through configration file.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
/reports/
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Generated by Keploy (2-dev)
2+
version: api.keploy.io/v1beta1
3+
kind: Http
4+
name: test-1
5+
spec:
6+
metadata: {}
7+
req:
8+
method: GET
9+
proto_major: 1
10+
proto_minor: 1
11+
url: http://localhost:8080/api/user
12+
header:
13+
Accept: application/xml
14+
Host: localhost:8080
15+
User-Agent: curl/7.88.1
16+
body: ""
17+
timestamp: 2025-03-06T15:41:11.988665142+05:30
18+
resp:
19+
body:
20+
User:
21+
age: "30"
22+
mobile: "0101233333"
23+
name: John Does
24+
status_code: 200
25+
header:
26+
Content-Type: application/xml
27+
Date: Thu, 06 Mar 2025 10:11:12 GMT
28+
status_message: OK
29+
proto_major: 0
30+
proto_minor: 0
31+
timestamp: 2025-03-06T15:41:15.041036767+05:30
32+
objects: []
33+
assertions:
34+
noise:
35+
header.Date: []
36+
created: 1741255875
37+
curl: |
38+
curl --request GET \
39+
--url http://localhost:8080/api/user \
40+
--header 'Accept: application/xml' \
41+
--header 'Host: localhost:8080' \
42+
--header 'User-Agent: curl/7.88.1' \
43+
respType: xml
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Generated by Keploy (2-dev)
2+
version: api.keploy.io/v1beta1
3+
kind: Http
4+
name: test-2
5+
spec:
6+
metadata: {}
7+
req:
8+
method: GET
9+
proto_major: 1
10+
proto_minor: 1
11+
url: http://localhost:8080/api/user
12+
header:
13+
Accept: application/xml
14+
Host: localhost:8080
15+
User-Agent: curl/7.88.1
16+
body: ""
17+
timestamp: 2025-03-06T15:41:16.64255575+05:30
18+
resp:
19+
body:
20+
User:
21+
age: "30"
22+
mobile: "0101233333"
23+
name: John Doe
24+
status_code: 200
25+
header:
26+
Content-Type: application/xml
27+
Date: Thu, 06 Mar 2025 10:11:16 GMT
28+
status_message: OK
29+
proto_major: 0
30+
proto_minor: 0
31+
timestamp: 2025-03-06T15:41:19.740844643+05:30
32+
objects: []
33+
assertions:
34+
noise:
35+
header.Date: []
36+
created: 1741255879
37+
curl: |
38+
curl --request GET \
39+
--url http://localhost:8080/api/user \
40+
--header 'Accept: application/xml' \
41+
--header 'Host: localhost:8080' \
42+
--header 'User-Agent: curl/7.88.1' \
43+
respType: xml

0 commit comments

Comments
 (0)