-
Updated
May 14, 2022 - JavaScript
contract-testing
Here are 161 public repositories matching this topic...
-
Updated
Jul 15, 2022 - Java
Currently, this is indicated using colour only, which is unhelpful if you are red/green colourblind.
The README still has a link to this old workshop, which is quite outdated relative to the current status of this project.
Ideally, this workshop is updated to reflect the latest/greatest things.
Should we (in the mean time) remove the link?
-
Updated
Jul 18, 2022 - Elixir
-
Updated
Jul 19, 2022 - TypeScript
-
Updated
Jul 8, 2022 - TypeScript
-
Updated
Jan 24, 2022 - Java
Describe the bug
Most expect methods print the request and response when the assertion fails.
However, the custom expect handler does not show these objects.
To Reproduce
Steps to reproduce the behavior:
const spec = pactum.spec();
spec.get(url);
await spec.toss();
await spec.response().to.have._((ctx) => {
assert.fail('error');
});*Expected behavior
Please add support for the following keys to be used in the consumer version selectors when fetching pacts for verification:
{ "deployedOrReleased": true }
{ "deployed": true }
{ "released": true }
{ "environment": "<env name>" }
{ "consumer": "<name>" } // this may already be supported, please add it if not
These keys can be used in various combinations ( eg. `{ "envir
-
Updated
Jul 12, 2022 - Java
-
Updated
Sep 6, 2021 - Swift
-
Updated
Nov 28, 2019 - Java
-
Updated
Jul 21, 2022 - Java
-
Updated
Nov 22, 2021 - Kotlin
-
Updated
May 14, 2021 - Crystal
-
Updated
Jun 1, 2022
-
Updated
Jul 21, 2022 - 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
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
Apr 10, 2018 - TypeScript
-
Updated
Feb 19, 2019 - JavaScript
-
Updated
Jun 27, 2022 - TypeScript
-
Updated
Feb 25, 2020 - Java
-
Updated
Jan 3, 2018 - JavaScript
-
Updated
Apr 26, 2021 - Java
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."
When Pact fails, it's a bit hard to know what the issue is considering the requests are not being printed back to the terminal. At the moment, I'm using this custom method to do this but I think it would be nice to have something like this out of the box.