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
I'm trying to execute the Nightwatch test on Acquia pipeline for every PR raised
I have created a custom blt command that execute the test cases of nightwatch. it is executing fine locally but it fails on the pipeline.
Detailed error output
[Tests/Toolbar Test] Test Suite
Connecting to localhost on port 9515...
Error connecting to localhost on port 9515.
[Tests/Toolbar Test] Test Suite
Connecting to localhost on port 9515...
Error connecting to localhost on port 9515.
Error: An error occurred while retrieving a new session: "session not created: This version of ChromeDriver only supports Chrome version 98"
at HttpRequest.emit (node:events:513:28)
at HttpResponse.emit (node:events:513:28)
at IncomingMessage.emit (node:events:525:35)
at endReadableNT (node:internal/streams/readable:1358:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
Error: An error occurred while retrieving a new session: "session not created: This version of ChromeDriver only supports Chrome version 98"
at HttpRequest.emit (node:events:513:28)
at HttpResponse.emit (node:events:513:28)
at IncomingMessage.emit (node:events:525:35)
at endReadableNT (node:internal/streams/readable:1358:12)
System information
BLT version: 12.8.2.0
The text was updated successfully, but these errors were encountered:
I'm trying to execute the Nightwatch test on Acquia pipeline for every PR raised
I have created a custom blt command that execute the test cases of nightwatch. it is executing fine locally but it fails on the pipeline.
Detailed error output
[Tests/Toolbar Test] Test Suite
Error connecting to localhost on port 9515.
[Tests/Toolbar Test] Test Suite
Error connecting to localhost on port 9515.
Error: An error occurred while retrieving a new session: "session not created: This version of ChromeDriver only supports Chrome version 98"
at HttpRequest.emit (node:events:513:28)
at HttpResponse.emit (node:events:513:28)
at IncomingMessage.emit (node:events:525:35)
at endReadableNT (node:internal/streams/readable:1358:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
Error: An error occurred while retrieving a new session: "session not created: This version of ChromeDriver only supports Chrome version 98"
at HttpRequest.emit (node:events:513:28)
at HttpResponse.emit (node:events:513:28)
at IncomingMessage.emit (node:events:525:35)
at endReadableNT (node:internal/streams/readable:1358:12)
System information
The text was updated successfully, but these errors were encountered: