pact-foundation / pact-foundation/pact-reference
Proposal: submit current test case to Interactions
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 106
- Forks
- 53
- Avg merge
- 1h 37m
- Merged PRs (30d)
- 2
Description
When you clear the interactions and verify the interactions, you can optionally send through the name of the test so that you can find the interactions for each test in the logs more easily. You can do it in ruby quite easily, but don't know if you can do it in javascript.
Edit (Matt): When looking at this, consider wrapping the verification results into their own 'tests', for granular reporting. See https://github.com/pact-foundation/pact-go/commit/f7ba99f780b951957b40f718a64d81d9fe439581#diff-e4be6756dd4720dd7cfb86d0e2a801edR268 for Golang example.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the issue and the referenced pact-go commit, especially the verification-results example. Trace how interaction clearing and verification results are represented in this Rust repository; done means test names can be associated with submitted interactions or reported verification results with granular logging.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api, testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100