Hi, where i can find latest tutorial on how to set...
# pact-js
b
Hi, where i can find latest tutorial on how to setup provider tests in pact-js if my provider is a grapqhl API bff ?
m
I don’t think we have a tutorial, but there is a basic example here: https://github.com/pact-foundation/pact-js/blob/master/examples/graphql/src/provider.spec.ts
TL;DR - there is no difference in a GraphQL provider. It’s the same as any other provider
1
b
Is it possible that graphql schema will be supported as OAS spec file to use it in bi-directional testing ? Or i need to convert .graphql schema file to OAS spec file ?