Я только что впервые установил Gauge на две машины с Windows 10.После инициализации нового проекта Gauge в Java на одном компьютере и JavaScript на другом (как предложено в https://gauge.org/get_started/#windows), я пробовал gauge run specs
, но через некоторое время терминал отображает мне следующие сообщения об ошибках:
Error Message: Error: Timed out
Stacktrace:
Error: Timed out
at Timeout.<anonymous> (C:\Users\laure\AppData\Roaming\gauge\plugins\js\2.3.1\src\test.js:43:23)
at ontimeout (timers.js:425:11)
at tryOnTimeout (timers.js:289:5)
at listOnTimeout (timers.js:252:5)
at Timer.processTimers (timers.js:212:10)
Error Message: Error: Browser or page not initialized. Call `openBrowser()` before using this API
Stacktrace:
Error: Browser or page not initialized. Call `openBrowser()` before using this API
at validate (node_modules\taiko\lib\taiko.js:1488:30)
at module.exports.closeBrowser (node_modules\taiko\lib\taiko.js:102:5)
at Object.afterSuite (tests\step_implementation.js:9:24)
Plugin [Html Report] with pid [3424] did not exit after 4.00 seconds. Forcefully killing it.
Specifications: 0 executed 0 passed 0 failed 0 skipped
Scenarios: 0 executed 0 passed 0 failed 0 skipped
Total time taken: 27.629s
Что мне здесь не хватает? Заранее спасибо