gpt4 book ai didi

google-chrome - TravisCI 上的 Selenium with Headless Chrome(2016)

转载 作者:行者123 更新时间:2023-12-03 17:39:17 25 4
gpt4 key购买 nike

Chrome has now a native headless mode .我想将其设置为在 TravisCI 上运行 Selenium 测试,而无需 Xvfb。

  • 在 TravisCI 上是否可以轻松安装 Headless Chrome 二进制文件,因为大多数菜谱仅从从源代码编译 Headless Chrome 开始
  • Selenium 与 Headless Chrome 一起使用时是否需要任何特定提示
  • 最佳答案

    Travis 提供 usage of the chrome add-on .如果你想在 Linux(可信)上运行你的构建,你所要做的就是在你的 travis 文件中指定 chrome 并在开始测试之前以 headless 模式启动浏览器。

    dist: trusty
    addons:
    chrome: stable
    before_install:
    - # start your web application and listen on `localhost`
    - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &

    关于google-chrome - TravisCI 上的 Selenium with Headless Chrome(2016),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40193722/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com