Prashanth Sams
Prashanth Sams
It is not allowing to export new coverage unless the existing data is empty
**My consumer test** ``` @Test @PactTestFor(pactMethods = {"countryDetails", "countryDetails2"}) @DisplayName("validate country details") public void getCountryDetails(MockServer mockServer) throws Exception { CountriesConsumer cc = new CountriesConsumer(mockServer.getUrl()); CountryDetailsDTO resp = cc.getCountryDetails("1"); assertEquals(resp.getCountry(), "United...
Need proper refactor on css with responsiveness ``` max-width