Skip to content

Commit 5a96124

Browse files
author
Craig Mc Carthy
committed
Bump dependencies
1 parent d01e2d7 commit 5a96124

File tree

6 files changed

+23
-16
lines changed

6 files changed

+23
-16
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[2025-01-10 10:00:29,558] [main] [com.cmccarthyirl.common.TestListener] ============= Starting test: testGetWeatherForDublin =============
2-
[2025-01-10 10:00:33,131] [main] [com.cmccarthyirl.api.test.WeatherAPITest] The weather for Dublin is: {"coord":{"lon":-121.9358,"lat":37.7021},"weather":[{"id":800,"main":"Clear","description":"clear sky","icon":"01d"}],"base":"stations","main":{"temp":292.18,"feels_like":291.05,"temp_min":289.87,"temp_max":293.48,"pressure":1021,"humidity":35,"sea_level":1021,"grnd_level":996},"visibility":10000,"wind":{"speed":3.6,"deg":290},"clouds":{"all":0},"dt":1736463631,"sys":{"type":2,"id":2005759,"country":"US","sunrise":1736436177,"sunset":1736471200},"timezone":-28800,"id":5344157,"name":"Dublin","cod":200}
3-
[2025-01-10 10:00:33,131] [main] [com.cmccarthyirl.common.TestListener] ============= Passed test: testGetWeatherForDublin ==============
1+
[2025-06-05 00:04:26,817] [main] [com.cmccarthyirl.common.TestListener] ============= Starting test: testGetWeatherForDublin =============
2+
[2025-06-05 00:04:28,149] [main] [com.cmccarthyirl.api.test.WeatherAPITest] The weather for Dublin is: {"coord":{"lon":-121.9358,"lat":37.7021},"weather":[{"id":721,"main":"Haze","description":"haze","icon":"50d"}],"base":"stations","main":{"temp":286.01,"feels_like":285.52,"temp_min":284.42,"temp_max":287.77,"pressure":1011,"humidity":83,"sea_level":1011,"grnd_level":986},"visibility":8047,"wind":{"speed":0,"deg":0},"clouds":{"all":75},"dt":1749045679,"sys":{"type":2,"id":2016191,"country":"US","sunrise":1749041209,"sunset":1749093946},"timezone":-25200,"id":5344157,"name":"Dublin","cod":200}
3+
[2025-06-05 00:04:28,155] [main] [com.cmccarthyirl.common.TestListener] ============= Passed test: testGetWeatherForDublin ==============
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[2025-01-10 10:00:33,131] [main] [com.cmccarthyirl.common.TestListener] ============= Starting test: testGetWeatherForSydney =============
2-
[2025-01-10 10:00:33,421] [main] [com.cmccarthyirl.api.test.WeatherAPITest] The weather for Sydney is: {"coord":{"lon":151.2073,"lat":-33.8679},"weather":[{"id":500,"main":"Rain","description":"light rain","icon":"10d"}],"base":"stations","main":{"temp":296.42,"feels_like":296.89,"temp_min":295.03,"temp_max":297.84,"pressure":1016,"humidity":80,"sea_level":1016,"grnd_level":1011},"visibility":10000,"wind":{"speed":4.12,"deg":130},"rain":{"1h":1},"clouds":{"all":75},"dt":1736463529,"sys":{"type":2,"id":2018875,"country":"AU","sunrise":1736448896,"sunset":1736500184},"timezone":39600,"id":2147714,"name":"Sydney","cod":200}
3-
[2025-01-10 10:00:33,421] [main] [com.cmccarthyirl.common.TestListener] ============= Passed test: testGetWeatherForSydney ==============
1+
[2025-06-05 00:04:28,159] [main] [com.cmccarthyirl.common.TestListener] ============= Starting test: testGetWeatherForSydney =============
2+
[2025-06-05 00:04:28,259] [main] [com.cmccarthyirl.api.test.WeatherAPITest] The weather for Sydney is: {"coord":{"lon":151.2073,"lat":-33.8679},"weather":[{"id":802,"main":"Clouds","description":"scattered clouds","icon":"03n"}],"base":"stations","main":{"temp":283.23,"feels_like":281.96,"temp_min":282.16,"temp_max":283.91,"pressure":1022,"humidity":64,"sea_level":1022,"grnd_level":1016},"visibility":10000,"wind":{"speed":7.72,"deg":260},"clouds":{"all":40},"dt":1749045544,"sys":{"type":2,"id":2018875,"country":"AU","sunrise":1749070434,"sunset":1749106418},"timezone":36000,"id":2147714,"name":"Sydney","cod":200}
3+
[2025-06-05 00:04:28,260] [main] [com.cmccarthyirl.common.TestListener] ============= Passed test: testGetWeatherForSydney ==============

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<plugin>
3939
<groupId>org.apache.maven.plugins</groupId>
4040
<artifactId>maven-surefire-plugin</artifactId>
41-
<version>3.0.0-M5</version>
41+
<version>3.5.3</version>
4242
<configuration>
4343
<!-- Passing the configuration file property dynamically -->
4444
<systemProperties>
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>com.aventstack</groupId>
5959
<artifactId>extentreports</artifactId>
60-
<version>5.0.9</version>
60+
<version>5.1.2</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>ch.qos.logback</groupId>
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>org.testng</groupId>
7979
<artifactId>testng</artifactId>
80-
<version>7.10.2</version>
80+
<version>7.11.0</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.projectlombok</groupId>

ui/logs/Boot.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[2025-01-10 10:00:16,641] [main] [com.cmccarthyirl.ui.utils.PlaywrightManager] Created a browser for: chrome
1+
[2025-06-05 00:04:10,541] [main] [com.cmccarthyirl.ui.utils.PlaywrightManager] Created a browser for: chrome

ui/logs/UI-searchForExactTitle.log

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
[2025-01-10 10:01:58,396] [main] [com.cmccarthyirl.common.TestListener] ============= Starting test: searchForExactTitle =============
2-
[2025-01-10 10:01:58,405] [main] [com.cmccarthyirl.common.TestListener] ============= Skipped test: searchForExactTitle ==============
3-
[2025-01-10 10:01:58,407] [main] [com.cmccarthyirl.common.TestListener] ============= java.lang.NullPointerException: Cannot invoke "java.util.Properties.getProperty(String)" because "properties" is null ==============
1+
[2025-06-05 00:04:11,112] [main] [com.cmccarthyirl.common.TestListener] ============= Starting test: searchForExactTitle =============
2+
[2025-06-05 00:04:16,316] [main] [com.cmccarthyirl.ui.test.UITest] The user navigated to: https://automationbookstore.dev/
3+
[2025-06-05 00:04:16,425] [main] [com.cmccarthyirl.ui.page.SearchPage] The user cleared the search field
4+
[2025-06-05 00:04:16,520] [main] [com.cmccarthyirl.ui.page.SearchPage] The user searched for Agile Testing
5+
[2025-06-05 00:04:16,777] [main] [com.cmccarthyirl.ui.test.UITest] The search results contained: 1 book
6+
[2025-06-05 00:04:16,802] [main] [com.cmccarthyirl.ui.test.UITest] The book's title is: [Agile Testing]
7+
[2025-06-05 00:04:16,810] [main] [com.cmccarthyirl.common.TestListener] ============= Passed test: searchForExactTitle ==============
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
[2025-01-10 10:01:58,407] [main] [com.cmccarthyirl.common.TestListener] ============= Starting test: searchForPartialTitle =============
2-
[2025-01-10 10:01:58,407] [main] [com.cmccarthyirl.common.TestListener] ============= Skipped test: searchForPartialTitle ==============
3-
[2025-01-10 10:01:58,407] [main] [com.cmccarthyirl.common.TestListener] ============= java.lang.NullPointerException: Cannot invoke "java.util.Properties.getProperty(String)" because "properties" is null ==============
1+
[2025-06-05 00:04:16,811] [main] [com.cmccarthyirl.common.TestListener] ============= Starting test: searchForPartialTitle =============
2+
[2025-06-05 00:04:16,976] [main] [com.cmccarthyirl.ui.test.UITest] The user navigated to: https://automationbookstore.dev/
3+
[2025-06-05 00:04:17,053] [main] [com.cmccarthyirl.ui.page.SearchPage] The user cleared the search field
4+
[2025-06-05 00:04:17,115] [main] [com.cmccarthyirl.ui.page.SearchPage] The user searched for Test
5+
[2025-06-05 00:04:17,328] [main] [com.cmccarthyirl.ui.test.UITest] Verify the expected books were returned: [Test Automation in the Real World, Experiences of Test Automation, Agile Testing, How Google Tests Software, Java For Testers]
6+
[2025-06-05 00:04:17,365] [main] [com.cmccarthyirl.common.TestListener] ============= Passed test: searchForPartialTitle ==============

0 commit comments

Comments
 (0)