Multiple pact-directories
See original GitHub issueI would like to have a feature to specify more than one pact directory.
We have projects with subprojects and when building with jenkins the path differs from the path we use when executing locally. So the need appears to define more than one directory to search pacts in it…
Locally I have to use <pactDirectory>target/pacts</pactDirectory>
But with Jenkins it would be <pactDirectory>mysubproject/target/pacts</pactDirectory>
.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Multiple pact-directories · Issue #652 · pact-foundation/pact-jvm
I would like to have a feature to specify more than one pact directory. We have projects with subprojects and when building with...
Read more >Publishing Consumer Contract from Multiple Pact Files
I want to generate pact files for the consumer from unit tests and save them under a directory called '/pacts'.
Read more >Pact Maven plugin | Pact Docs
This is a Maven plugin for verifying pacts against a running provider ... Verifying all pact files from multiple directories for a provider....
Read more >Publishing Consumer Contract from Multiple Pact Files | Questions
I want to generate pact files for the consumer from unit tests and save them under a directory called '/pacts'. Because of the...
Read more >How to write and validate Pact contracts using JUnit5 and ...
There are many other matches available, if needed, such as . ... Autogenerated target/pacts folder where the PACT contract can be found within...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fix has been released with version 3.5.18
Additionally it would be great if when a directory is not found, that one is just skipped with no effect (the others should be checked regardlessly).