Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-u flag causes chrome driver error #153

Open
KaneFreeman opened this issue Feb 27, 2020 · 0 comments
Open

-u flag causes chrome driver error #153

KaneFreeman opened this issue Feb 27, 2020 · 0 comments
Labels

Comments

@KaneFreeman
Copy link
Member

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 - Fails
  • dojo test -c local / dojo test -c headless - Passes

Platform: Window 10
Package Version: 7.0.0-alpha.6

Code

https:/dojo/examples/tree/master/dgrid-wrapper

Expected behavior:

Tests should run successfully.

Actual behavior:

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant