Skip to content

create demo test with playwright #354

create demo test with playwright

create demo test with playwright #354

GitHub Actions / Test Results failed Oct 23, 2024 in 0s

2 fail, 17 pass in 32s

19 tests  +2   17 ✅ ±0   32s ⏱️ +12s
 5 suites +1    0 💤 ±0 
 5 files   +1    2 ❌ +2 

Results for commit 55b06b4. ± Comparison against earlier commit f79556a.

Annotations

Check warning on line 0 in com.axonivy.connector.openweather.test.ForecastWeatherApiTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

shouldReturnOkStatusWhenCallGetNewYorkData (com.axonivy.connector.openweather.test.ForecastWeatherApiTest) failed

open-weather-connector-test/target/surefire-reports/TEST-com.axonivy.connector.openweather.test.ForecastWeatherApiTest.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
	at com.axonivy.connector.openweather.test.ForecastWeatherApiTest.shouldReturnOkStatusWhenCallGetNewYorkData(ForecastWeatherApiTest.java:30)

Check warning on line 0 in com.axonivy.connector.openweather.test.ForecastWeatherApiTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

shouldReturnNewYorkInResponseWhenCallGetNewYorkGeo (com.axonivy.connector.openweather.test.ForecastWeatherApiTest) failed

open-weather-connector-test/target/surefire-reports/TEST-com.axonivy.connector.openweather.test.ForecastWeatherApiTest.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
	at com.axonivy.connector.openweather.test.ForecastWeatherApiTest.shouldReturnNewYorkInResponseWhenCallGetNewYorkGeo(ForecastWeatherApiTest.java:36)