Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs - update recipes relative links #110

Merged
merged 1 commit into from
Feb 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions website/docs/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ Recipes and pre-built integrations to test common scenarios in Pact

| Recipe/Integration | Description |
| ------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------- |
| [GraphQL](recipes/graphql) | Strategies for testing GraphQL endpoints (example with Apollo) |
| [API Gateway](recipes/apigateway) | Strategies for dealing with API Gateways, such as AWS API Gateway, Kong etc. |
| [GraphQL](graphql) | Strategies for testing GraphQL endpoints (example with Apollo) |
| [API Gateway](apigateway) | Strategies for dealing with API Gateways, such as AWS API Gateway, Kong etc. |
| [Lambda/FaaS (Asynchronous)](recipes/lambdaasync) | How to write contract tests for asynchronous lambda functions / FaaS |
| [Lambda (HTTP)](recipes/lambdahttp) | How to write contract tests for HTTP based lambdas with AWS SAM |
| [Cypress](recipes/cypress) | Best practices for integrating Pact with Cypress, and converting your cypress `cy.route()` / `cy.intercept()` calls into pact files |
| [Lambda (HTTP)](lambdahttp) | How to write contract tests for HTTP based lambdas with AWS SAM |
| [Cypress](cypress) | Best practices for integrating Pact with Cypress, and converting your cypress `cy.route()` / `cy.intercept()` calls into pact files |
| [MSW](https://github.com/you54f/msw-pact) | Library for integrating MSW with Pact |
| [NestJS](https://github.com/omermorad/nestjs-pact) | Library for integrating Pact with NestJS |
| [Kafka](recipes/kafka) | How to test Kafka messages with Pact |
| [Kafka](kafka) | How to test Kafka messages with Pact |
| [Jest](https://github.com/pact-foundation/jest-pact) | A Pact adaptor for to allow you to easily run tests with Jest |
| [Mocha](https://github.com/pact-foundation/mocha-pact) | A Pact adaptor for to allow you to easily run tests with Mocha |