example-percy-testcafe:演示Percy的TestCafe集成的示例应用程序

时间:2021-05-05 12:46:58
【文件属性】:
文件名称:example-percy-testcafe:演示Percy的TestCafe集成的示例应用程序
文件大小:108KB
文件格式:ZIP
更新时间:2021-05-05 12:46:58
JavaScript 示例-percy-testcafe 示例应用程序展示了将视觉测试集成到TestCafe测试中。 基于 应用,在提交处进行了。 TestCafe教程 本教程假定您已经熟悉JavaScript和并着重于将其与Percy结合使用。 您仍然会花时间介绍TestCafe概念。 本教程还假设您已安装和 。 步骤1 克隆示例应用程序并安装依赖项: $ git clone git@github.com:percy/example-percy-testcafe.git $ cd example-percy-testcafe $ npm install 示例应用程序及其测试现已准备就绪。 您可以通过在浏览器中打开文件来浏览该应用程序。 第2步 登录到Percy并创建一个新项目。 您可以根据需要将项目命名为“ todo”。 创建项目后,将显示一个令牌环境变量。 第三步 在您正在使用的Shell窗口中
【文件预览】:
example-percy-testcafe-master
----package.json(597B)
----.github()
--------workflows()
----tests()
--------todo.test.js(2KB)
----index.html(1KB)
----js()
--------helpers.js(2KB)
--------view.js(5KB)
--------template.js(3KB)
--------store.js(4KB)
--------app.js(604B)
--------model.js(3KB)
--------controller.js(7KB)
----LICENSE(1KB)
----package-lock.json(445KB)
----.gitignore(13B)
----README.md(4KB)

网友评论