Skip to content

Commit e137230

Browse files
committed
Bump selenium-standalone to 8.3.0 - allow E2E testing on osx-arm64
1 parent 0a1469a commit e137230

File tree

5 files changed

+93
-71
lines changed

5 files changed

+93
-71
lines changed

src/Components/test/E2ETest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "microsoft.aspnetcore.components.e2etest",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Not a real package. This file exists only to declare dependencies.",
55
"main": "index.js",
66
"private": true,
@@ -13,7 +13,7 @@
1313
"license": "MIT",
1414
"dependencies": {
1515
"sauce-connect-launcher": "^1.3.1",
16-
"selenium-standalone": "^7.1.0"
16+
"selenium-standalone": "^8.3.0"
1717
},
1818
"devDependencies": {
1919
"@types/node": "^13.1.7",

src/Components/test/E2ETest/yarn.lock

Lines changed: 87 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@
5353
dependencies:
5454
"@types/node" "*"
5555

56+
abort-controller@^3.0.0:
57+
version "3.0.0"
58+
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/abort-controller/-/abort-controller-3.0.0.tgz#eaf54d53b62bae4138e809ca225c8439a6efb392"
59+
integrity sha1-6vVNU7YrrkE46AnKIlyEOabvs5I=
60+
dependencies:
61+
event-target-shim "^5.0.0"
62+
5663
adm-zip@~0.4.3:
5764
version "0.4.16"
5865
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/adm-zip/-/adm-zip-0.4.16.tgz#cf4c508fdffab02c269cbc7f471a875f05570365"
@@ -77,6 +84,11 @@ async@^2.1.2:
7784
dependencies:
7885
lodash "^4.17.14"
7986

87+
b4a@^1.6.1:
88+
version "1.6.4"
89+
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/b4a/-/b4a-1.6.4.tgz#ef1c1422cae5ce6535ec191baeed7567443f36c9"
90+
integrity sha1-7xwUIsrlzmU17Bkbru11Z0Q/Nsk=
91+
8092
balanced-match@^1.0.0:
8193
version "1.0.2"
8294
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
@@ -87,14 +99,14 @@ base64-js@^1.3.1:
8799
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
88100
integrity sha1-GxtEAWClv3rUC2UPCVljSBkDkwo=
89101

90-
bl@^4.0.3:
91-
version "4.1.0"
92-
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a"
93-
integrity sha1-RRU1JkGCvsL7vIOmKrmM8R2fezo=
102+
bl@^6.0.0:
103+
version "6.0.1"
104+
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/bl/-/bl-6.0.1.tgz#f35547d073b5f920512943a3fe0ec9ad5854fcb7"
105+
integrity sha1-81VH0HO1+SBRKUOj/g7JrVhU/Lc=
94106
dependencies:
95-
buffer "^5.5.0"
107+
buffer "^6.0.3"
96108
inherits "^2.0.4"
97-
readable-stream "^3.4.0"
109+
readable-stream "^4.2.0"
98110

99111
brace-expansion@^1.1.7:
100112
version "1.1.11"
@@ -114,13 +126,13 @@ buffer-from@^1.0.0:
114126
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
115127
integrity sha1-KxRqb9cugLT1XSVfNe1Zo6mkG9U=
116128

117-
buffer@^5.5.0:
118-
version "5.7.1"
119-
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0"
120-
integrity sha1-umLnwTEzBTWCGXFghRqPZI6Z7tA=
129+
buffer@^6.0.3:
130+
version "6.0.3"
131+
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/buffer/-/buffer-6.0.3.tgz#2ace578459cc8fbe2a70aaa8f52ee63b6a74c6c6"
132+
integrity sha1-Ks5XhFnMj74qcKqo9S7mO2p0xsY=
121133
dependencies:
122134
base64-js "^1.3.1"
123-
ieee754 "^1.1.13"
135+
ieee754 "^1.2.1"
124136

125137
cacheable-lookup@^5.0.3:
126138
version "5.0.4"
@@ -147,10 +159,10 @@ clone-response@^1.0.2:
147159
dependencies:
148160
mimic-response "^1.0.0"
149161

150-
commander@^7.2.0:
151-
version "7.2.0"
152-
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7"
153-
integrity sha1-o2y1fQtQHOEI5NIFWaFQo5HZerc=
162+
commander@^10.0.0:
163+
version "10.0.1"
164+
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/commander/-/commander-10.0.1.tgz#881ee46b4f77d1c1dccc5823433aa39b022cbe06"
165+
integrity sha1-iB7ka0930cHczFgjQzqjmwIsvgY=
154166

155167
156168
version "0.0.1"
@@ -190,25 +202,35 @@ diff@^4.0.1:
190202
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
191203
integrity sha1-YPOuy4nV+uUgwRqhnvwruYKq3n0=
192204

193-
end-of-stream@^1.1.0, end-of-stream@^1.4.1:
205+
end-of-stream@^1.1.0:
194206
version "1.4.4"
195207
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0"
196208
integrity sha1-WuZKX0UFe682JuwU2gyl5LJDHrA=
197209
dependencies:
198210
once "^1.4.0"
199211

212+
event-target-shim@^5.0.0:
213+
version "5.0.1"
214+
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/event-target-shim/-/event-target-shim-5.0.1.tgz#5d4d3ebdf9583d63a5333ce2deb7480ab2b05789"
215+
integrity sha1-XU0+vflYPWOlMzzi3rdICrKwV4k=
216+
217+
events@^3.3.0:
218+
version "3.3.0"
219+
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400"
220+
integrity sha1-Mala0Kkk4tLEGagTrrLE6HjqdAA=
221+
222+
fast-fifo@^1.1.0:
223+
version "1.2.0"
224+
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/fast-fifo/-/fast-fifo-1.2.0.tgz#2ee038da2468e8623066dee96958b0c1763aa55a"
225+
integrity sha1-LuA42iRo6GIwZt7paViwwXY6pVo=
226+
200227
fd-slicer@~1.1.0:
201228
version "1.1.0"
202229
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/fd-slicer/-/fd-slicer-1.1.0.tgz#25c7c89cb1f9077f8891bbe61d8f390eae256f1e"
203230
integrity sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=
204231
dependencies:
205232
pend "~1.2.0"
206233

207-
fs-constants@^1.0.0:
208-
version "1.0.0"
209-
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
210-
integrity sha1-a+Dem+mYzhavivwkSXue6bfM2a0=
211-
212234
fs-extra@^10.0.0:
213235
version "10.1.0"
214236
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
@@ -285,7 +307,7 @@ https-proxy-agent@^5.0.0:
285307
agent-base "6"
286308
debug "4"
287309

288-
ieee754@^1.1.13:
310+
ieee754@^1.2.1:
289311
version "1.2.1"
290312
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
291313
integrity sha1-jrehCmP/8l0VpXsAFYbRd9Gw01I=
@@ -298,7 +320,7 @@ inflight@^1.0.4:
298320
once "^1.3.0"
299321
wrappy "1"
300322

301-
inherits@2, inherits@^2.0.3, inherits@^2.0.4:
323+
inherits@2, inherits@^2.0.4:
302324
version "2.0.4"
303325
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
304326
integrity sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w=
@@ -381,10 +403,10 @@ minimist@^1.2.5:
381403
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
382404
integrity sha1-waRk52kzAuCCoHXO4MBXdBrEdyw=
383405

384-
mkdirp@^1.0.4:
385-
version "1.0.4"
386-
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
387-
integrity sha1-PrXtYmInVteaXw4qIh3+utdcL34=
406+
mkdirp@^2.1.3:
407+
version "2.1.6"
408+
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/mkdirp/-/mkdirp-2.1.6.tgz#964fbcb12b2d8c5d6fbc62a963ac95a273e2cc19"
409+
integrity sha1-lk+8sSstjF1vvGKpY6yVonPizBk=
388410

389411
390412
version "2.1.2"
@@ -423,6 +445,11 @@ pend@~1.2.0:
423445
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50"
424446
integrity sha1-elfrVQpng/kRUzH89GY9XI4AelA=
425447

448+
process@^0.11.10:
449+
version "0.11.10"
450+
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
451+
integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI=
452+
426453
427454
version "2.0.3"
428455
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
@@ -436,19 +463,25 @@ pump@^3.0.0:
436463
end-of-stream "^1.1.0"
437464
once "^1.3.1"
438465

466+
queue-tick@^1.0.1:
467+
version "1.0.1"
468+
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/queue-tick/-/queue-tick-1.0.1.tgz#f6f07ac82c1fd60f82e098b417a80e52f1f4c142"
469+
integrity sha1-9vB6yCwf1g+C4Ji0F6gOUvH0wUI=
470+
439471
quick-lru@^5.1.1:
440472
version "5.1.1"
441473
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/quick-lru/-/quick-lru-5.1.1.tgz#366493e6b3e42a3a6885e2e99d18f80fb7a8c932"
442474
integrity sha1-NmST5rPkKjpoheLpnRj4D7eoyTI=
443475

444-
readable-stream@^3.1.1, readable-stream@^3.4.0:
445-
version "3.6.0"
446-
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
447-
integrity sha1-M3u9o63AcGvT4CRCaihtS0sskZg=
476+
readable-stream@^4.2.0:
477+
version "4.4.0"
478+
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/readable-stream/-/readable-stream-4.4.0.tgz#55ce132d60a988c460d75c631e9ccf6a7229b468"
479+
integrity sha1-Vc4TLWCpiMRg11xjHpzPanIptGg=
448480
dependencies:
449-
inherits "^2.0.3"
450-
string_decoder "^1.1.1"
451-
util-deprecate "^1.0.1"
481+
abort-controller "^3.0.0"
482+
buffer "^6.0.3"
483+
events "^3.3.0"
484+
process "^0.11.10"
452485

453486
resolve-alpn@^1.0.0:
454487
version "1.2.1"
@@ -469,11 +502,6 @@ rimraf@^2.5.4:
469502
dependencies:
470503
glob "^7.1.3"
471504

472-
safe-buffer@~5.2.0:
473-
version "5.2.1"
474-
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
475-
integrity sha1-Hq+fqb2x/dTsdfWPnNtOa3gn7sY=
476-
477505
sauce-connect-launcher@^1.3.1:
478506
version "1.3.2"
479507
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/sauce-connect-launcher/-/sauce-connect-launcher-1.3.2.tgz#dfc675a258550809a8eaf457eb9162b943ddbaf0"
@@ -485,12 +513,12 @@ sauce-connect-launcher@^1.3.1:
485513
lodash "^4.16.6"
486514
rimraf "^2.5.4"
487515

488-
selenium-standalone@^7.1.0:
489-
version "7.1.0"
490-
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/selenium-standalone/-/selenium-standalone-7.1.0.tgz#1192a4ad84f114137dd5deadcb81b0f56afe054a"
491-
integrity sha1-EZKkrYTxFBN91d6ty4Gw9Wr+BUo=
516+
selenium-standalone@^8.3.0:
517+
version "8.3.0"
518+
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/selenium-standalone/-/selenium-standalone-8.3.0.tgz#effe900ffb764f2b9db29d3b2008ea68f289e328"
519+
integrity sha1-7/6QD/t2Tyudsp07IAjqaPKJ4yg=
492520
dependencies:
493-
commander "^7.2.0"
521+
commander "^10.0.0"
494522
cross-spawn "^7.0.3"
495523
debug "^4.3.1"
496524
fs-extra "^10.0.0"
@@ -499,9 +527,9 @@ selenium-standalone@^7.1.0:
499527
lodash.mapvalues "^4.6.0"
500528
lodash.merge "^4.6.2"
501529
minimist "^1.2.5"
502-
mkdirp "^1.0.4"
530+
mkdirp "^2.1.3"
503531
progress "2.0.3"
504-
tar-stream "2.2.0"
532+
tar-stream "3.0.0"
505533
which "^2.0.2"
506534
yauzl "^2.10.0"
507535

@@ -530,23 +558,22 @@ source-map@^0.6.0:
530558
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
531559
integrity sha1-dHIq8y6WFOnCh6jQu95IteLxomM=
532560

533-
string_decoder@^1.1.1:
534-
version "1.3.0"
535-
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
536-
integrity sha1-QvEUWUpGzxqOMLCoT1bHjD7awh4=
561+
streamx@^2.12.5:
562+
version "2.13.2"
563+
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/streamx/-/streamx-2.13.2.tgz#9de43569a1cd54980d128673b3c1429b79afff1c"
564+
integrity sha1-neQ1aaHNVJgNEoZzs8FCm3mv/xw=
537565
dependencies:
538-
safe-buffer "~5.2.0"
566+
fast-fifo "^1.1.0"
567+
queue-tick "^1.0.1"
539568

540-
tar-stream@2.2.0:
541-
version "2.2.0"
542-
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/tar-stream/-/tar-stream-2.2.0.tgz#acad84c284136b060dc3faa64474aa9aebd77287"
543-
integrity sha1-rK2EwoQTawYNw/qmRHSqmuvXcoc=
569+
tar-stream@3.0.0:
570+
version "3.0.0"
571+
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/tar-stream/-/tar-stream-3.0.0.tgz#43de9f0e8d1bccc0036dbe2731260ca7668406b6"
572+
integrity sha1-Q96fDo0bzMADbb4nMSYMp2aEBrY=
544573
dependencies:
545-
bl "^4.0.3"
546-
end-of-stream "^1.4.1"
547-
fs-constants "^1.0.0"
548-
inherits "^2.0.3"
549-
readable-stream "^3.1.1"
574+
b4a "^1.6.1"
575+
bl "^6.0.0"
576+
streamx "^2.12.5"
550577

551578
ts-node@^8.6.2:
552579
version "8.10.2"
@@ -569,11 +596,6 @@ universalify@^2.0.0:
569596
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
570597
integrity sha1-daSYTv7cSwiXXFrrc/Uw0C3yVxc=
571598

572-
util-deprecate@^1.0.1:
573-
version "1.0.2"
574-
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
575-
integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
576-
577599
which@^2.0.1, which@^2.0.2:
578600
version "2.0.2"
579601
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"

src/Shared/E2ETesting/E2ETesting.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<DefaultItemExcludes>$(DefaultItemExcludes);node_modules\**</DefaultItemExcludes>
55
<SeleniumScreenShotsFolderPath>$([MSBuild]::NormalizeDirectory('$(ArtifactsTestResultsDir)','$(MSBuildProjectName)'))</SeleniumScreenShotsFolderPath>
66
<SeleniumProcessTrackingFolder Condition="'$(SeleniumProcessTrackingFolder)' == ''">$([MSBuild]::EnsureTrailingSlash('$(RepoRoot)'))artifacts\tmp\selenium\</SeleniumProcessTrackingFolder>
7-
<SeleniumE2ETestsSupported Condition="'$(SeleniumE2ETestsSupported)' == '' and '$(TargetArchitecture)' != 'arm' and '$(TargetArchitecture)' != 'arm64'">true</SeleniumE2ETestsSupported>
7+
<SeleniumE2ETestsSupported Condition="'$(SeleniumE2ETestsSupported)' == '' and ! (('$(TargetArchitecture)' == 'arm' or '$(TargetArchitecture)' == 'arm64') and '$(OS)' == 'Windows_NT')">true</SeleniumE2ETestsSupported>
88
<SauceConnectProcessTrackingFolder Condition="'$(SauceConnectProcessTrackingFolder)' == ''">$([MSBuild]::EnsureTrailingSlash('$(RepoRoot)'))artifacts\tmp\sauceconnect\</SauceConnectProcessTrackingFolder>
99

1010
<!-- Config that limits driver to chrome-->

src/Shared/E2ETesting/E2ETesting.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
<PropertyGroup>
5353
<_PackageJsonLinesContent>@(_PackageJsonLines)</_PackageJsonLinesContent>
54-
<_PackageJsonSeleniumPackage>&quot;selenium-standalone&quot;: &quot;^7.1.0&quot;</_PackageJsonSeleniumPackage>
54+
<_PackageJsonSeleniumPackage>&quot;selenium-standalone&quot;: &quot;^8.3.0&quot;</_PackageJsonSeleniumPackage>
5555
</PropertyGroup>
5656

5757
<Error

src/Shared/E2ETesting/SeleniumStandaloneServer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public static async Task<SeleniumStandaloneServer> GetInstanceAsync(ITestOutputH
8585
private static async Task InitializeInstance(ITestOutputHelper output)
8686
{
8787
var port = FindAvailablePort();
88-
var uri = new UriBuilder("http", SeleniumHost, port, "/wd/hub").Uri;
88+
var uri = new UriBuilder("http", SeleniumHost, port, "/").Uri;
8989

9090
var seleniumConfigPath = typeof(SeleniumStandaloneServer).Assembly
9191
.GetCustomAttributes<AssemblyMetadataAttribute>()
@@ -111,7 +111,7 @@ private static async Task InitializeInstance(ITestOutputHelper output)
111111
var psi = new ProcessStartInfo
112112
{
113113
FileName = "npm",
114-
Arguments = $"run selenium-standalone start -- --config \"{seleniumConfigPath}\" {chromeDriverArg} -- -host {SeleniumHost} -port {port}",
114+
Arguments = $"run selenium-standalone start -- --config \"{seleniumConfigPath}\" {chromeDriverArg} -- --host {SeleniumHost} --port {port}",
115115
RedirectStandardOutput = true,
116116
RedirectStandardError = true,
117117
};

0 commit comments

Comments
 (0)