You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suite chrome on any platform FAILED
SessionNotCreatedException: [POST http://localhost:4444/wd/hub/session / {"desiredCapabilities":{"name":"dgrid-wrapper-app","project":"dgrid-wrapper-app","idle-timeout":60,"browserName":"chrome"}}] session not created: This version of ChromeDriver only supports Chrome version 74
(Driver info: chromedriver=74.0.3729.6 (255758eccf3d244491b8a1317aa76e1ce10d57e9-refs/branch-heads/3729@{#29}),platform=Windows NT 10.0.18363 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 478 milliseconds
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:53'
System info: host: 'KANE-PC', ip: '192.168.200.150', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '12.0.2'
Driver info: driver.version: unknown
at Server.post <node_modules\src\Server.ts:361:16>
at Server.createSession <node_modules\src\Server.ts:406:16>
at Suite.before <src\lib\executors\Node.ts:448:15>
at <src\lib\Suite.ts:384:26>
at new e <node_modules\@theintern\common\index.js:16:5076>
at runLifecycleMethod <src\lib\Suite.ts:351:13>
at before <src\lib\Suite.ts:448:13>
at Suite.run <src\lib\Suite.ts:467:10>
at <src\lib\executors\Node.ts:775:27>
at FunctionQueue.next <src\lib\executors\Node.ts:899:19>
(ノಠ益ಠ)ノ彡┻━┻
SessionNotCreatedException: [POST http://localhost:4444/wd/hub/session / {"desiredCapabilities":{"name":"dgrid-wrapper-app","project":"dgrid-wrapper-app","idle-timeout":60,"browserName":"chrome"}}] session not created: This version of ChromeDriver only supports Chrome version 74
(Driver info: chromedriver=74.0.3729.6 (255758eccf3d244491b8a1317aa76e1ce10d57e9-refs/branch-heads/3729@{#29}),platform=Windows NT 10.0.18363 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 478 milliseconds
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:53'
System info: host: 'KANE-PC', ip: '192.168.200.150', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '12.0.2'
Driver info: driver.version: unknown
at Server.post <node_modules\src\Server.ts:361:16>
at Server.createSession <node_modules\src\Server.ts:406:16>
at Suite.before <src\lib\executors\Node.ts:448:15>
at <src\lib\Suite.ts:384:26>
at new e <node_modules\@theintern\common\index.js:16:5076>
at runLifecycleMethod <src\lib\Suite.ts:351:13>
at before <src\lib\Suite.ts:448:13>
at Suite.run <src\lib\Suite.ts:467:10>
at <src\lib\executors\Node.ts:775:27>
at FunctionQueue.next <src\lib\executors\Node.ts:899:19>
The text was updated successfully, but these errors were encountered:
Bug
When running a test, the
-u
command causes a chrome driver error. Running the same command without the-u
flag succeeds.dojo test -u -c local
/dojo test -u -c headless
- Failsdojo test -c local
/dojo test -c headless
- PassesPlatform: Window 10
Package Version: 7.0.0-alpha.6
Code
https://github.com/dojo/examples/tree/master/dgrid-wrapper
Expected behavior:
Tests should run successfully.
Actual behavior:
The text was updated successfully, but these errors were encountered: