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

Pact JS workshop - learn Pact in 60 minutes

Results 34 pact-workshop-js issues
Sort by recently updated
recently updated
newest added

The initial part of the Step 4 suggest copying the consumer contracts to the provider folder, however the Provider verification test points out the consumer folder. This change makes the...

Using node 12.18.2 and the bundled version of npm, executing `npm install` on Windows 10 results in the following output: ```bash [0] > [email protected] install C:\Users\nope\git\pact-workshop-js\consumer\node_modules\chokidar\node_modules\fsevents [0] > node-gyp rebuild...

The instructions say the Pact file should be copied from `consumer/pacts` to `provider/pacts`... BUT `product.pact.test.js` looks for the Pact file in `consumer/pacts`. I'm happy to fix, but which was intended?...

While discussing [this issue](https://github.com/pact-foundation/pact-js/issues/769), I noticed that the provider startup code is included in the test file. ``` // Setup provider server to verify const app = express(); app.use(apiRoutes); const...

I'm currently working through the workshop and on step 11, I seem to be unable to publish the consumer pact successfully. ` "pact:publish": "pact-broker publish ./pacts --auto-detect-version-properties --broker-base-url=http://localhost:8000 --broker-username pact_workshop...

I encountered a handful of broken changes in each "step branches" following the JS workshop but managed to get around/fix most of them by googling. When I get to Step...

Bumps [body-parser](https://github.com/expressjs/body-parser) to 1.20.3 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `body-parser` from 1.20.2 to 1.20.3 Release notes Sourced from body-parser's releases. 1.20.3 What's...

dependencies

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `provider/package.json` - `provider/package-lock.json` #### Vulnerabilities...

Bumps [send](https://github.com/pillarjs/send) to 0.19.0 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `send` from 0.18.0 to 0.19.0 Release notes Sourced from send's releases. 0.19.0 What's...

dependencies