@Test
public void test3 () {
String weatherdescription = given()
.param("id","2172797")
.param("appid","b1b15e88fa797225412429c1c50c122a1")
.contentType(ContentType.JSON)
.get("http://samples.openweathermap.org/data/2.5/weather")
.then()
.extract()
.path("$.weather[0].description");
System.out.println("description: " + weatherdescription );
}
}
результат description: null
ожидаемый результат scattered clouds
Сборка персонального компьютера от Artline: умный выбор для современных пользователей