我使用npm install -g web-component-tester
安装了web-component-server。之后,我在一个简单的测试中运行了wct
,我只用chrome编写过。随后,我搬到了一个我无法连接到互联网的环境。既然我已经运行了一次wct,我预计它会再次运行。但重新运行命令wct --verbose -l chrome
会出现以下错误:
Error: Could not request headers from https://github.com/mozilla/geckodriver/releases/download/v0.11.1/geckodriver-v0.11.1-win64.zip
: Error: getaddrinfo EAI_AGAIN github.com:443
似乎想要Mozilla selenium驱动程序,我甚至没有指定在我的命令中运行!我该如何解决?
答案 0 :(得分:1)
You can skip the install check (that only works online) with
wct --skip-selenium-install