文件名称:testcafe-browser-provider-electron:这是TestCafe的Electron浏览器提供商插件
文件大小:36KB
文件格式:ZIP
更新时间:2024-06-17 15:34:09
electron nodejs e2e-tests testcafe testcafe-browser-provider
测试咖啡浏览器提供商电子 使用此插件可以通过测试Electron应用程序。 入门 安装 npm install testcafe-browser-provider-electron 测试JavaScript应用程序 如果您JavaScript应用程序在Electron中运行,请按照以下步骤设置测试。 在根应用程序目录中创建一个JSON .testcafe-electron-rc.json或JavaScript .testcafe-electron-rc.js。 在此文件中包括以下设置。 JSON格式 { " mainWindowUrl " : " ./index.html " } JavaScript module . exports = { mainWindowUrl : './index.html' } Electron应用程序具有一个作为启动页面加载的文
【文件预览】:
testcafe-browser-provider-electron-master
----.travis.yml(263B)
----.eslintrc(3KB)
----ts-defs()
--------index.d.ts(1KB)
----Gulpfile.js(3KB)
----package.json(2KB)
----templates()
--------hook.js.mustache(107B)
----.github()
--------no-response.yml(756B)
----test()
--------config.js(193B)
--------data()
--------fixtures()
----LICENSE(1KB)
----.publishrc(275B)
----appveyor.yml(294B)
----src()
--------helpers.js(3KB)
--------.babelrc(123B)
--------index.js(5KB)
--------injectable()
--------node-inspect.js(2KB)
--------node-debug.js(5KB)
--------messages.js(276B)
--------hook.js(554B)
--------utils()
--------constants.js(471B)
--------ipc.js(7KB)
--------errors.js(530B)
----.gitignore(80B)
----README.md(15KB)
----utils()
--------spawn.js(820B)
----.editorconfig(293B)