reportportal/client-dotnet

Contract based testing for integration tests

nvborisenko opened this issue · 1 comments

Problem: to execute tests we need real hosted RP API. It fails sporadically.

Solution: https://pact.io is a good candidate for this purpose.

Closing for now, tests obtain api key on fly using user/pass auth what is enough at this moment.