-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update end to end tests with snapshot (#124)
* test: update end-to-end tests - chore: add PACT_OUTPUT_DIR to macOS scheme - chore: fix concurrency warning - test: go back to force unwrapping output directory - test: convert tests to inline snapshot tests * chore: re-indent file * chore: add commas * fix: indent with tabs * chore: add empty lines to align with code style --------- Co-authored-by: Jason Sunde <[email protected]>
- Loading branch information
1 parent
537afad
commit f732567
Showing
6 changed files
with
673 additions
and
634 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,41 @@ | ||
{ | ||
"object": { | ||
"pins": [ | ||
{ | ||
"package": "PactMockServer", | ||
"repositoryURL": "https://github.com/surpher/PactMockServer.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "11fe519e6d1b0c513c717ba507e89ba401bdf8de", | ||
"version": "0.1.2" | ||
} | ||
}, | ||
{ | ||
"package": "PactSwiftMockServer", | ||
"repositoryURL": "https://github.com/surpher/PactSwiftMockServer.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "50c130088b9c7fe7f278beee86b3d161605a1f98", | ||
"version": "0.4.1" | ||
} | ||
"pins" : [ | ||
{ | ||
"identity" : "pactmockserver", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/surpher/PactMockServer.git", | ||
"state" : { | ||
"revision" : "11fe519e6d1b0c513c717ba507e89ba401bdf8de", | ||
"version" : "0.1.2" | ||
} | ||
] | ||
}, | ||
"version": 1 | ||
}, | ||
{ | ||
"identity" : "pactswiftmockserver", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/ittybittyapps/PactSwiftMockServer.git", | ||
"state" : { | ||
"branch" : "main", | ||
"revision" : "8f690c7c1944871896523cc5ffefb6ef8b1cc856" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-snapshot-testing", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/pointfreeco/swift-snapshot-testing", | ||
"state" : { | ||
"revision" : "625ccca8570773dd84a34ee51a81aa2bc5a4f97a", | ||
"version" : "1.16.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-syntax", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/apple/swift-syntax", | ||
"state" : { | ||
"revision" : "303e5c5c36d6a558407d364878df131c3546fad8", | ||
"version" : "510.0.2" | ||
} | ||
} | ||
], | ||
"version" : 2 | ||
} |
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
Oops, something went wrong.