Contract based testing for integration tests
nvborisenko opened this issue · 1 comments
nvborisenko commented
Problem: to execute tests we need real hosted RP API. It fails sporadically.
Solution: https://pact.io is a good candidate for this purpose.
nvborisenko commented
Closing for now, tests obtain api key on fly using user/pass auth what is enough at this moment.