我第一次在两台Windows 10计算机上安装了Gauge。一台机器上用Java初始化一个新的Gauge项目,另一台机器上初始化一个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
我在这里想念什么?预先感谢