Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 598 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 598 Bytes

pact-js-test-consumer

This is a example PACT Test Consumer application based on Vue and Node.

Running the PACT Tests will create API contracts, aka PACT files.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run all tests

npm run test

Run your unit tests

npm run test:unit

Run your PACT tests

npm run test:pact

Customize configuration

See Configuration Reference.