- According to the documentation, the only way to specify the provider name is via pytest command-line argument.
- It is possible to specify pact broker URL either via pytest command-line argument or via
PACT_BROKER_URL environment variable.
I'm looking for a way to specify both directly in the test_pact.py.
Is there an example of how to do it somewhere?