gitlab-ce/spec/contracts
GitLab Bot 43a25d93eb Add latest changes from gitlab-org/gitlab@16-0-stable-ee 2023-05-17 16:05:49 +00:00
..
consumer Add latest changes from gitlab-org/gitlab@15-7-stable-ee 2022-12-20 14:22:11 +00:00
contracts/project Add latest changes from gitlab-org/gitlab@15-9-stable-ee 2023-02-20 13:49:51 +00:00
provider Add latest changes from gitlab-org/gitlab@16-0-stable-ee 2023-05-17 16:05:49 +00:00
provider_specs/helpers/provider Add latest changes from gitlab-org/gitlab@16-0-stable-ee 2023-05-17 16:05:49 +00:00
.gitignore
README.md
publish-contracts.sh Add latest changes from gitlab-org/gitlab@16-0-stable-ee 2023-05-17 16:05:49 +00:00

README.md

Contract testing for GitLab

This directory contains the contract test suites for GitLab, which use the Pact framework.

The consumer tests are written using jest-pact and the provider tests are written using pact-ruby.

Write the tests

Run the tests