generated from keploy/template
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add restAssured testcases (#81)
Signed-off-by: Animesh Pathak <[email protected]>
- Loading branch information
Showing
15 changed files
with
1,511 additions
and
2,175 deletions.
There are no files selected for viewing
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,61 @@ | ||
path: "" | ||
appId: 0 | ||
appName: employee-manager | ||
command: java -jar target/springbootapp-0.0.1-SNAPSHOT.jar | ||
templatize: | ||
testSets: [] | ||
port: 0 | ||
dnsPort: 26789 | ||
proxyPort: 16789 | ||
debug: false | ||
disableTele: false | ||
disableANSI: false | ||
containerName: "" | ||
networkName: "" | ||
buildDelay: 30 | ||
test: | ||
selectedTests: {} | ||
globalNoise: | ||
global: {} | ||
test-sets: {} | ||
delay: 5 | ||
host: "" | ||
port: 0 | ||
apiTimeout: 5 | ||
skipCoverage: false | ||
coverageReportPath: "" | ||
ignoreOrdering: true | ||
mongoPassword: default@123 | ||
language: "" | ||
removeUnusedMocks: false | ||
fallBackOnMiss: false | ||
jacocoAgentPath: "" | ||
basePath: "" | ||
mocking: true | ||
ignoredTests: {} | ||
disableLineCoverage: false | ||
disableMockUpload: true | ||
useLocalMock: false | ||
updateTemplate: false | ||
record: | ||
filters: [] | ||
recordTimer: 0s | ||
configPath: "" | ||
bypassRules: [] | ||
generateGithubActions: false | ||
keployContainer: keploy-v2 | ||
keployNetwork: keploy-network | ||
cmdType: native | ||
contract: | ||
services: [] | ||
tests: [] | ||
path: "" | ||
download: false | ||
generate: false | ||
driven: consumer | ||
mappings: | ||
servicesMapping: {} | ||
self: "" | ||
inCi: false | ||
|
||
# Visit [https://keploy.io/docs/running-keploy/configuration-file/] to learn about using keploy through configration file. |
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,2 @@ | ||
|
||
/reports/ |
Oops, something went wrong.