Nightwatch Chrome Recorder
Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.
什么是Nightwatch Chrome Recorder?
Nightwatch Chrome Recorder是由https://browserstack.com开发的Chrome扩展程序,该扩展的主要功能是“Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.”。
扩展截图
下载Nightwatch Chrome Recorder扩展crx文件
下载Nightwatch Chrome Recorder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Nightwatch Chrome Recorder Extension lets you export user flows as Nightwatch test scripts from the Recorder panel in Chrome DevTools. With Chrome Recorder and the Nightwatch Chrome Recorder Extension, you can start creating test scripts for Nightwatch with just a few clicks. After installing this extension, you will see a new "Export as Nightwatch Test Script" option available under the export menu. Learn more about Chrome Recorder and the Nightwatch extension with our official guide: bit.ly/nightwatch-recorder.
扩展基本信息
名称 | Nightwatch Chrome Recorder |
ID | nhbccjfogdgkahamfohokdhcnemjafjk |
官方URL | https://chromewebstore.google.com/detail/nightwatch-chrome-recorde/nhbccjfogdgkahamfohokdhcnemjafjk |
简介 | Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel. |
文件大小 | 25.97 KB |
安装次数 | 1,382 |
当前版本 | 0.2.2 |
更新时间 | 2023-01-19 |
上架时间 | 2022-08-10 |
评分 | 5.00/5 共5次评分 |
开发者 | https://browserstack.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://nightwatchjs.org/guide/writing-tests/chrome-devtools-recorder.html |
帮助页面URL | https://github.com/nightwatchjs/nightwatch-recorder-extension |
隐私政策页面URL | https://www.browserstack.com/privacy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.2.2", "name": "Nightwatch Chrome Recorder", "description": "Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.", "permissions": [], "devtools_page": "DevToolsPlugin.html", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "minimum_chrome_version": "101" } |