-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Static Resource extension & integration tests
- Loading branch information
1 parent
0b29ba3
commit c25a481
Showing
6 changed files
with
13,779 additions
and
14 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
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
13,739 changes: 13,739 additions & 0 deletions
13,739
src/test/resources/integration-test/postman/Integration_test_model_1.postman_collection.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
newman run /postman/Integration_test_model.postman_collection.json -r cli,json,htmlextra \ | ||
newman run /postman/Integration_test_model_1.postman_collection.json -r cli,json,htmlextra \ | ||
--reporter-json-export output/result.json --reporter-htmlextra-export output/result.html \ | ||
--env-var "baseUrl=http://host.testcontainers.internal:8086" |