Ivan Zhyhun
02/17/2023, 9:16 AMout
option mentioned here https://github.com/pact-foundation/pact-ruby/commit/ca19aa844dd81800d206d7af60ab81fc47e07a64 as part of rake pact:verify
command. The idea was to use the output format similar to rspec with following options -r rspec_junit_formatter --format RspecJunitFormatter -o tmp/spec-report.xml
. Need some hint please.Beth (pactflow.io/Pact Broker/pact-ruby)
Beth (pactflow.io/Pact Broker/pact-ruby)
Beth (pactflow.io/Pact Broker/pact-ruby)
out
and format
get passed into the underlying pact gem from the pact-provider-verifier https://github.com/pact-foundation/pact-ruby/blob/master/lib/pact/provider/pact_spec_runner.rb#L145Beth (pactflow.io/Pact Broker/pact-ruby)
rspec_opts
in the verification task https://github.com/pact-foundation/pact-ruby/blob/master/lib/pact/tasks/verification_task.rb#L32Beth (pactflow.io/Pact Broker/pact-ruby)
Ivan Zhyhun
03/28/2023, 7:07 PM