You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to access test results information, especially in the Provider tests during a Junit4 test run.
Currently it seems as though there's no way to see the results of the tests in a Provider test outside of via the result reporter files.
I see that there is a context associated with the provider test, but it doesn't seem to be used. And there's also a callback collection that contains the results during the test execution. However, it appears to be private to the base class and there are no public/protected methods to access this information. Would it be possible to open up this information in a future release of the JVM libraries?
I'd like to be able to access test results information, especially in the Provider tests during a Junit4 test run.
Currently it seems as though there's no way to see the results of the tests in a Provider test outside of via the result reporter files.
I see that there is a context associated with the provider test, but it doesn't seem to be used. And there's also a callback collection that contains the results during the test execution. However, it appears to be private to the base class and there are no public/protected methods to access this information. Would it be possible to open up this information in a future release of the JVM libraries?
https://pact.canny.io/admin/board/feature-requests/p/access-to-internal-test-context-information-within-a-provider-or-consumer-test
The text was updated successfully, but these errors were encountered: