【发布时间】:2020-10-29 09:22:57
【问题描述】:
Percy 不适合我进行视觉测试。我收到一个错误 -
> percy exec -- node ./run-tests.js
[percy] RequestError Error: self signed certificate in certificate chain | Thu Oct 29 2020 14:46:52 GMT+0530 (India Standard Time)
[percy] stopping percy...
[percy] waiting for 0 snapshots to complete...
[percy] done.
[percy] percy has started.
Server is listening on http://localhost:8000
[percy] stopping percy...
[percy] waiting for 0 snapshots to complete...
[percy] done.
Terminate batch job (Y/N)? y
尝试了很多类似下面 (.npmrc) 的方法,但都没有奏效 -
- ca=
- strict-ssl=false
- registry=http://registry.npmjs.org/
- 设置代理和 https-proxy
【问题讨论】:
标签: npm cypress browserstack