-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0901036
commit 97965c6
Showing
33 changed files
with
9,572 additions
and
13,034 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 20 additions & 20 deletions
40
keploy/test-set-4/tests/test-2.yaml → keploy/test-set-0/tests/test-2.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
version: api.keploy.io/v1beta1 | ||
kind: Http | ||
name: test-4 | ||
spec: | ||
metadata: {} | ||
req: | ||
method: GET | ||
proto_major: 1 | ||
proto_minor: 1 | ||
url: http://localhost:9000/playground | ||
header: | ||
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 | ||
Accept-Encoding: gzip, deflate, br, zstd | ||
Accept-Language: en-GB,en-US;q=0.9,en;q=0.8 | ||
Connection: keep-alive | ||
Cookie: __hstc=181257784.e0fa10c698a35e55de1a39067df22f30.1709635044687.1709635044687.1709635044687.1; hubspotutk=e0fa10c698a35e55de1a39067df22f30; messagesUtk=91ea843e27d3455f86995fa0c541b5e0 | ||
Host: localhost:9000 | ||
Purpose: prefetch | ||
Sec-Ch-Ua: '"Chromium";v="122", "Not(A:Brand";v="24", "Google Chrome";v="122"' | ||
Sec-Ch-Ua-Mobile: ?0 | ||
Sec-Ch-Ua-Platform: '"macOS"' | ||
Sec-Fetch-Dest: document | ||
Sec-Fetch-Mode: navigate | ||
Sec-Fetch-Site: none | ||
Sec-Fetch-User: ?1 | ||
Sec-Purpose: prefetch;prerender | ||
Upgrade-Insecure-Requests: "1" | ||
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 | ||
body: "" | ||
timestamp: 2024-03-14T16:49:45.01391985Z | ||
resp: | ||
status_code: 200 | ||
header: | ||
Content-Length: "1657" | ||
Content-Type: text/html; charset=UTF-8 | ||
Date: Thu, 14 Mar 2024 16:49:45 GMT | ||
Strict-Transport-Security: max-age=5184000; includeSubDomains | ||
Vary: Origin | ||
X-Content-Type-Options: nosniff | ||
X-Dns-Prefetch-Control: "off" | ||
X-Download-Options: noopen | ||
X-Frame-Options: DENY | ||
X-Request-Id: dg22GPmVBy3j201KUlKQAxWHTR5KGwyn | ||
X-Xss-Protection: 1; mode=block | ||
body: | | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>GraphQL playground</title> | ||
<style> | ||
body { | ||
height: 100%; | ||
margin: 0; | ||
width: 100%; | ||
overflow: hidden; | ||
} | ||
#graphiql { | ||
height: 100vh; | ||
} | ||
</style> | ||
<script | ||
src="https://cdn.jsdelivr.net/npm/[email protected]/umd/react.production.min.js" | ||
integrity="sha256-Ipu/TQ50iCCVZBUsZyNJfxrDk0E2yhaEIz0vqI+kFG8=" | ||
crossorigin="anonymous" | ||
></script> | ||
<script | ||
src="https://cdn.jsdelivr.net/npm/[email protected]/umd/react-dom.production.min.js" | ||
integrity="sha256-nbMykgB6tsOFJ7OdVmPpdqMFVk4ZsqWocT6issAPUF0=" | ||
crossorigin="anonymous" | ||
></script> | ||
<link | ||
rel="stylesheet" | ||
href="https://cdn.jsdelivr.net/npm/[email protected]/graphiql.min.css" | ||
integrity="sha256-gQryfbGYeYFxnJYnfPStPYFt0+uv8RP8Dm++eh00G9c=" | ||
crossorigin="anonymous" | ||
/> | ||
</head> | ||
<body> | ||
<div id="graphiql">Loading...</div> | ||
<script | ||
src="https://cdn.jsdelivr.net/npm/[email protected]/graphiql.min.js" | ||
integrity="sha256-qQ6pw7LwTLC+GfzN+cJsYXfVWRKH9O5o7+5H96gTJhQ=" | ||
crossorigin="anonymous" | ||
></script> | ||
<script> | ||
const url = location.protocol + '//' + location.host + "/graphql"; | ||
const wsProto = location.protocol == 'https:' ? 'wss:' : 'ws:'; | ||
const subscriptionUrl = wsProto + '//' + location.host + "/graphql"; | ||
const fetcher = GraphiQL.createFetcher({ url, subscriptionUrl }); | ||
ReactDOM.render( | ||
React.createElement(GraphiQL, { | ||
fetcher: fetcher, | ||
isHeadersEditorEnabled: true, | ||
shouldPersistHeaders: true | ||
}), | ||
document.getElementById('graphiql'), | ||
); | ||
</script> | ||
</body> | ||
</html> | ||
status_message: OK | ||
proto_major: 0 | ||
proto_minor: 0 | ||
timestamp: 2024-03-14T16:49:45.08785092Z | ||
objects: [] | ||
assertions: | ||
noise: | ||
header.Content-Length: [] | ||
header.Date: [] | ||
created: 1710434985 | ||
curl: | | ||
curl --request GET \ | ||
--url http://localhost:9000/playground \ | ||
--header 'Sec-Fetch-Dest: document' \ | ||
--header 'Purpose: prefetch' \ | ||
--header 'Sec-Fetch-Site: none' \ | ||
--header 'Sec-Fetch-User: ?1' \ | ||
--header 'Sec-Ch-Ua: "Chromium";v="122", "Not(A:Brand";v="24", "Google Chrome";v="122"' \ | ||
--header 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36' \ | ||
--header 'Host: localhost:9000' \ | ||
--header 'Sec-Ch-Ua-Platform: "macOS"' \ | ||
--header 'Sec-Fetch-Mode: navigate' \ | ||
--header 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' \ | ||
--header 'Upgrade-Insecure-Requests: 1' \ | ||
--header 'Accept-Encoding: gzip, deflate, br, zstd' \ | ||
--header 'Cookie: __hstc=181257784.e0fa10c698a35e55de1a39067df22f30.1709635044687.1709635044687.1709635044687.1; hubspotutk=e0fa10c698a35e55de1a39067df22f30; messagesUtk=91ea843e27d3455f86995fa0c541b5e0' \ | ||
--header 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ | ||
--header 'Connection: keep-alive' \ | ||
--header 'Sec-Purpose: prefetch;prerender' \ | ||
--header 'Sec-Ch-Ua-Mobile: ?0' \ |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.