Skip to content

Commit 85a3016

Browse files
authored
Bump chromedriver up to 95.0.4638.69 (atlassian#719)
1 parent 4f067af commit 85a3016

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

app/bitbucket.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ modules:
8686
httpsampler.ignore_failed_embedded_resources: "true"
8787
selenium:
8888
chromedriver:
89-
version: "95.0.4638.54" # Supports Chrome version 95. You can refer to http://chromedriver.chromium.org/downloads
89+
version: "95.0.4638.69" # Supports Chrome version 95. You can refer to http://chromedriver.chromium.org/downloads
9090
reporting:
9191
- data-source: sample-labels
9292
module: junit-xml

app/confluence.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ modules:
110110
httpsampler.ignore_failed_embedded_resources: "true"
111111
selenium:
112112
chromedriver:
113-
version: "95.0.4638.54" # Supports Chrome version 95. You can refer to http://chromedriver.chromium.org/downloads
113+
version: "95.0.4638.69" # Supports Chrome version 95. You can refer to http://chromedriver.chromium.org/downloads
114114
reporting:
115115
- data-source: sample-labels
116116
module: junit-xml

app/jira.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ modules:
114114
httpsampler.ignore_failed_embedded_resources: "true"
115115
selenium:
116116
chromedriver:
117-
version: "95.0.4638.54" # Supports Chrome version 95. You can refer to http://chromedriver.chromium.org/downloads
117+
version: "95.0.4638.69" # Supports Chrome version 95. You can refer to http://chromedriver.chromium.org/downloads
118118
reporting:
119119
- data-source: sample-labels
120120
module: junit-xml

app/jsm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ settings:
1111
application_postfix: # e.g. /jira in case of url like http://localhost:2990/jira
1212
admin_login: admin
1313
admin_password: admin
14-
load_executor: jmeter
14+
load_executor: jmeter # jmeter and locust are supported. jmeter by default.
1515
concurrency_agents: 50 # number of concurrent virtual agent users for jmeter or locust scenario
1616
concurrency_customers: 150 # number of concurrent virtual customer users for jmeter or locust scenario
1717
test_duration: 45m
@@ -151,7 +151,7 @@ modules:
151151
httpsampler.ignore_failed_embedded_resources: "true"
152152
selenium:
153153
chromedriver:
154-
version: "95.0.4638.54" # Supports Chrome version 95. You can refer to http://chromedriver.chromium.org/downloads
154+
version: "95.0.4638.69" # Supports Chrome version 95. You can refer to http://chromedriver.chromium.org/downloads
155155
reporting:
156156
- data-source: sample-labels
157157
module: junit-xml

0 commit comments

Comments
 (0)