gitlab-org--gitlab-foss/spec/contracts
GitLab Bot c52a9411d8 Add latest changes from gitlab-org/gitlab@master 2022-10-27 12:11:01 +00:00
..
consumer Add latest changes from gitlab-org/gitlab@master 2022-08-09 06:11:48 +00:00
contracts/project Add latest changes from gitlab-org/gitlab@master 2022-10-27 12:11:01 +00:00
provider Add latest changes from gitlab-org/gitlab@master 2022-08-09 06:11:48 +00:00
.gitignore
README.md

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