@@ -11,7 +11,7 @@ This readme offers an basic introduction to the library. View more documentation
11
11
12
12
- [ Installation] ( #installation )
13
13
- [ Basic Usage] ( #usage )
14
- - [ Consumer Documentation] ( ./docs /consumer.md )
14
+ - [ Consumer Documentation] ( ./doc /consumer.md )
15
15
16
16
## Need Help
17
17
@@ -129,30 +129,30 @@ pact.reset();
129
129
130
130
| Feature | Supported |
131
131
| ---------------------------------------------------------------------- | --------- |
132
- | HTTP Pacts | ✅ |
133
- | Asychronous message pacts | ❌ |
134
- | Regular expression matching | ✅ |
135
- | Type based matching ("like") | ✅ |
136
- | Flexible array length ("each like") | ✅ |
137
- | Verify a pact that uses the Pact specification v3 format | ✅ |
138
- | Pact specification v3 matchers | 🔨 |
139
- | Pact specification v3 generators | ❌ |
140
- | Multiple provider states (pact creation) | ✅ |
141
- | Multiple provider states (pact verification) | ❌ |
142
- | Publish pacts to Pact Broker | ❌ |
143
- | Tag consumer version in Pact Broker when publishing pact | ❌ |
144
- | Dynamically fetch pacts for provider from Pact Broker for verification | ❌ |
145
- | Dynamically fetch pacts for provider with specified tags | ❌ |
146
- | Automatically tag consumer/provider with name of git branch | ❌ |
147
- | Use 'pacts for verification' Pact Broker API | ❌ |
148
- | Pending pacts | ❌ |
149
- | WIP pacts | ❌ |
150
- | JSON test results output | ❌ |
151
- | XML test results output | ❌ |
152
- | Markdown test results output | ❌ |
153
- | Run a single interaction when verifying a pact | ❌ |
154
- | Injecting values from provider state callbacks | ❌ |
155
- | Date/Time expressions with generators | ❌ |
132
+ | HTTP Pacts | ✅ |
133
+ | Asychronous message pacts | ❌ |
134
+ | Regular expression matching | ✅ |
135
+ | Type based matching ("like") | ✅ |
136
+ | Flexible array length ("each like") | ✅ |
137
+ | Verify a pact that uses the Pact specification v3 format | ✅ |
138
+ | Pact specification v3 matchers | 🔨 |
139
+ | Pact specification v3 generators | ❌ |
140
+ | Multiple provider states (pact creation) | ✅ |
141
+ | Multiple provider states (pact verification) | ❌ |
142
+ | Publish pacts to Pact Broker | ❌ |
143
+ | Tag consumer version in Pact Broker when publishing pact | ❌ |
144
+ | Dynamically fetch pacts for provider from Pact Broker for verification | ❌ |
145
+ | Dynamically fetch pacts for provider with specified tags | ❌ |
146
+ | Automatically tag consumer/provider with name of git branch | ❌ |
147
+ | Use 'pacts for verification' Pact Broker API | ❌ |
148
+ | Pending pacts | ❌ |
149
+ | WIP pacts | ❌ |
150
+ | JSON test results output | ❌ |
151
+ | XML test results output | ❌ |
152
+ | Markdown test results output | ❌ |
153
+ | Run a single interaction when verifying a pact | ❌ |
154
+ | Injecting values from provider state callbacks | ❌ |
155
+ | Date/Time expressions with generators | ❌ |
156
156
157
157
- ✅ -- Implemented
158
158
- 🔨 -- Partially implemented
0 commit comments