Hi there, Started trying out bi-directional pactfl...
# pact-ruby
s
Hi there, Started trying out bi-directional pactflow for ruby microservices...I'm currently looking to use rswag for writing provider tests...Wondering if there is any other tool that you are using on the provider side?
b
@Sugi S I’ve been using openapi_first to make sure the OAS that was created outside the repository matches the actual code.
s
Thanks Beth!