文件名称:xvfb-action:无头运行测试tests
文件大小:45KB
文件格式:ZIP
更新时间:2024-05-18 21:01:18
electronjs xvfb github-actions JavaScript
:cross_mark: :desktop_computer: XVFB Github动作 此操作将安装并使用它运行无头测试。 测试完成后,它会清理xvfb进程。 如果它检测到您未使用linux,则您的测试仍然可以运行,但是没有xvfb,这对于多平台工作流非常实用。 用法示例 on : [push] jobs : build : strategy : matrix : os : [macos-latest, ubuntu-latest, windows-latest] runs-on : ${{ matrix.os }} steps : - name : Checkout uses : actions/checkout@v2 - name : Run headless test uses : GabrielBB/xvfb-acti
【文件预览】:
xvfb-action-master
----.gitignore(2KB)
----README.md(762B)
----.github()
--------workflows()
----LICENSE(1KB)
----cleanup.sh(329B)
----package.json(451B)
----node_modules()
--------@actions()
--------.package-lock.json(968B)
----index.js(1KB)
----action.yml(420B)
----package-lock.json(2KB)