testcafe-action:GitHub Action的TestCafe测试运行程序

时间:2024-05-25 01:05:19
【文件属性】:

文件名称:testcafe-action:GitHub Action的TestCafe测试运行程序

文件大小:17KB

文件格式:ZIP

更新时间:2024-05-25 01:05:19

JavaScript

运行TestCafe GitHub Action 此操作从npm安装并运行测试。 用法 - uses : actions/checkout@v1 - uses : DevExpress/testcafe-action@latest with : args : " chrome tests " 在此示例中,操作将获取存储库。 然后, testcafe-action将安装最新版本的TestCafe,并从Google Chrome中的tests文件夹运行测试。 选项指定传递给命令的命令行参数。 您也可以使用选项指定TestCafe版本。 在testcafe-action action之前运行操作,以安装特定的Node.js版本。 选项 args TestCafe 。 - uses : DevExpress/testcafe-action@latest with :


【文件预览】:
testcafe-action-master
----index.js(2KB)
----package.json(546B)
----.github()
--------workflows()
--------no-response.yml(755B)
----node_modules()
--------@actions()
----tests()
--------test.js(103B)
--------test.html(156B)
----action.yml(710B)
----LICENSE(1KB)
----package-lock.json(374B)
----.gitignore(907B)
----README.md(4KB)

网友评论