-
Because example values are not validated against matchers, I can define consumer test like this:
Consumer test (with invalid example value)
```js
describe('Test', () => {
test('User …
-
Expectation: When using `pathFromProviderState` in a consumer pact test, I expect that the path param in the created pact is replaced by the supplied provider state. That is, when verifying a consumer…
-
Calculator fetches data from a server. If MockServer rejects the request, Calculator throws an error. Every time it throws the error, test case fails, but it shouldn't.
The only way to assert an ex…
-
**Describe the issue**
Attempting to use Export > Client SDK > any language in SwaggerHub shows the following error. This is happening for versions 5.11.x through 5.15.x. Version 5.10.x works.
…
-
Hi,
I have a proto file which uses `google.protobuf.FieldOptions` and it fails compailing that `protobufjs` cannot resolve this.
Pasted the error below:
`/node_modules/protobufjs/src/root.js:243
…
-
Facing the below error at this point in the Provider contract testing please help.
`@TestTemplate
@ExtendWith(PactVerificationInvocationContextProvider.class)
void pactVerificationTestTemplate(…
-
## 版本号
~ 1.8.1
## 什么问题
~Yapi基于浏览器的开始测试是没有问题的,但是服务器端测试失败
## 如何复现此问题
~
![image](https://user-images.githubusercontent.com/48116214/63838206-81768a00-c9af-11e9-85ee-022aae619e0d.png)
![imag…
-
How do we go about running this?
-
As detailed in [this gist](https://gist.github.com/bengry/2e76d76a29da12ab8f5907c4dfc933c8) (also shared in https://github.com/graphql-mocks/graphql-mocks/issues/273), we're using `graphql-mocks` to c…
-
#### What are you trying to achieve?
Hello,
I'm trying to run E2E tests using a combination of CodeceptJS + WebDriverIO and Browserstack.
Since the test needs to be run locally on a separate …