-
Updated
May 31, 2021 - JavaScript
contract-testing
Here are 135 public repositories matching this topic...
Testserver support
So trying this out I've found that Pact.Net starts an additional service for both creation and verification of pacts.
Is there any specific reason other than that it hasn't been done because no one had time that this couldn't be done in memory with TestServer instead? That would completely eliminate the need for any sort of port allocation and the creation of additional actual live servers duri
-
Updated
May 13, 2021 - Python
-
Updated
Jun 4, 2021 - TypeScript
-
Updated
Jun 7, 2021 - Elixir
-
Updated
May 22, 2021 - Java
-
Updated
Apr 26, 2021 - PHP
-
Updated
Jun 7, 2021 - Java
-
Updated
May 14, 2021 - Swift
-
Updated
Nov 28, 2019 - Java
-
Updated
Oct 27, 2020 - Kotlin
-
Updated
May 14, 2021 - Crystal
-
Updated
Jun 6, 2021 - JavaScript
-
Updated
Apr 10, 2018 - TypeScript
Description
When the file passed to the stub does not exist, the stub neither displays an error nor exits.
Steps to reproduce
- Run the command qontract stub nonexistent.qontract
- Qontract runs, but prints nothing, nor does it exit.
Expected behavior
If any of the files or directories provided do not exist, Qontract should highlight this, but it should not die if there is
-
Updated
Feb 19, 2019 - JavaScript
-
Updated
Feb 25, 2020 - Java
-
Updated
May 28, 2021 - Java
-
Updated
Jan 3, 2018 - JavaScript
-
Updated
Apr 26, 2021 - Java
❕ Problem Statement
Provide resources to help new users become proficient in Pact and PactSwift
💬 Task Description
Create an end-to-end workshop based on the canonical pact one (https://github.com/pact-foundation/pact-workshop-js).
👩🔧 Technical Design Notes
Suggest using the JS provider as the "backend" for the workshop, to both reduce the effort required in this workshop and
XPath Pathing
In order to test soap like api's (using XML for their body) a gandalf.pathing.Extractor that supports XPath is required.
-
Updated
May 30, 2021 - JavaScript
-
Updated
Jan 26, 2020 - Java
-
Updated
Nov 17, 2018 - Elixir
-
Updated
May 29, 2021 - TypeScript
Improve this page
Add a description, image, and links to the contract-testing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the contract-testing topic, visit your repo's landing page and select "manage topics."

We at tripadvisor are trying to use pact contract testing as part of our pipeline framework. But there are few services which are not part of CI-CD and would need help of tagging mechanism. Can you please create this task for gradle?