【问题标题】:How to set a proxy to run cypress in Github Actions?如何设置代理以在 Github Actions 中运行 cypress?
【发布时间】:2022-11-06 12:51:28
【问题描述】:

我有一个代理可以通过终端上的这个命令行在我的 Visual Studio 上设置它:export HTTP_PROXY=http://127.0.0.1:22548。我可以毫无问题地运行我的脚本。但是我不能把这个配置放在 GitHub Actions 上? 有人可以帮助我吗?

【问题讨论】:

    标签: github cypress github-actions


    【解决方案1】:

    如果您想在 github 操作中运行 cypress,您可能需要使用它们提供的操作。 https://docs.cypress.io/guides/continuous-integration/github-actions#Basic-Setup

    【讨论】:

      猜你喜欢
      • 2021-11-15
      • 1970-01-01
      • 2022-08-04
      • 2020-01-01
      • 2019-10-19
      • 1970-01-01
      • 2023-02-21
      • 2021-09-08
      • 2020-05-13
      相关资源
      最近更新 更多