0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Cypress+DockerでCertVerifyProcBuiltin for xxxxx failed

Posted at

事象

  • CypressをDockerで動かすと以下のようなエラーが出ます。(証明書のエラー)
[231:0624/174959.819274:ERROR:cert_verify_proc_builtin.cc(681)] CertVerifyProcBuiltin for redirector.gvt1.com failed:
Certificate i=0 (OU=Cypress Proxy Server Certificate,O=Cypress Proxy CA,L=Internet,ST=Internet,C=Internet,CN=redirector.gvt1.com) -----
ERROR: No matching issuer found

原因

  • Dockerにブラウザがインストールされていない、もしくはブラウザを指定していない。

対応

  • cypress/browsers:node16.14.0-chrome99-ff97のようなブラウザが設定されているコンテナを利用する
  • cypress run --headless --browser chromeのようにブラウザを指定してテストを実行する
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?