pact-js-core icon indicating copy to clipboard operation
pact-js-core copied to clipboard

Core binaries for pact-js, a Contract Testing Framework. NOTE: If you are looking to do Pact contract testing in node, you almost certainly want pact-js, not pact-node.

Results 31 pact-js-core issues
Sort by recently updated
recently updated
newest added

Similarly to #248, when the path contains a space, the ruby binaries don't work (#247). The error message is consistent and unhelpful. We could detect this error message and recommend...

The windows long pathing issue (#100) is a common problem with a very unhelpful error message (which is always the same, and unlikely to occur in other situations). We could...

### Software versions _Please provide at least OS and version of pact-js_ - **OS**: Mac OS 11.6.4 - **Pact Core version**: Pact core 13.7.2 - **Node Version**: v17.6.0 - **Other...

bug

Use case: As part of my CI installation, I installed pact inside docker, I got an error in the npm install Investgation: In my env, i have a node project...

The folder containing the ci and release scripts is called `script` here but `scripts` in other repos. we should standardise 👍🏾 - Current releasing docs in this repo refer to...

enhancement

### Checklist - [X] [Searched the issues to check that this feature hasn't been requested before](https://github.com/pact-foundation/pact-js-core/issues?q=is%3Aissue) - [X] Checked the documentation to see if it is possible to do what...

### Software versions _Please provide at least OS and version of pact-js_ - **OS**: `Mac OSX 11.6.1` - **Pact Node version**: `v10.14.0` - **Node Version**: `v12.22.1` ### Issue Checklist Please...

bug

I'm trying to use Arm-based AWS Graviton2 processors on EC2 but apparently **aarch64** is not supported: `warning Resolution field "@pact-foundation/[email protected]" is incompatible with requested version "@pact-foundation/pact-node@^10.13.8" [2/4] Fetching packages... error...

enhancement

When the Ruby standalone is updated, we get an automated PR (for example https://github.com/pact-foundation/pact-js-core/pull/336). The trigger for this PR is this workflow: https://github.com/pact-foundation/pact-js-core/blob/master/.github/workflows/update.yml, which runs this script: https://github.com/pact-foundation/pact-js-core/blob/master/script/create-pr-to-update-pact-ruby-standalone.sh At the...

Found https://github.com/pact-foundation/pact-node/blob/866d73eb92ca64346163389f9ac72d7e3827aec6/src/server.ts#L262-L266 as part of #58. I assume it's been around a while, so it wasn't appropriate to add as part of that review. I'm not sure setting this without...