TestCafe Script Writer

DevTools extensions for exporting Recorder code as a Testcafe Script.

什么是TestCafe Script Writer?

TestCafe Script Writer是由Tamil M开发的Chrome扩展程序,该扩展的主要功能是“DevTools extensions for exporting Recorder code as a Testcafe Script.”。

扩展截图

screenshot

下载TestCafe Script Writer扩展crx文件

下载TestCafe Script Writer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Instantly generate a TestCafe script for E2E test automation! 

This extension adds the ability to export your Chrome Recording as a TestCafe script that can be added to your testing suite.

Feel free to buy me a coffee here: https://www.buymeacoffee.com/tamilsm

How to use:
1. Open DevTools and go to Recorder tab
2. Click 'Create a new recording' and select CSS and Text as 'Selector types to record'.
3. Start recording and perform the desired actions for your testing scenario in the tab.
4. Once you are done, hit End recording. This will capture all the user interactions in the DevTools Recording tab. Here, you can also edit the user actions.
5. Click on the Export button on the menu bar and if the TestCafe Script Writer extension is install, the export options dropdown will include 'TestCafe Script' which will download a JavaScript file with the TestCafe testing script.

Note: You may need to edit the list of actions on the Recording for the test to run properly.                    

扩展基本信息

名称 TestCafe Script Writer TestCafe Script Writer
ID fihljflenegejjcpnlbikimmknhpkifj
官方URL https://chromewebstore.google.com/detail/testcafe-script-writer/fihljflenegejjcpnlbikimmknhpkifj
简介 DevTools extensions for exporting Recorder code as a Testcafe Script.
文件大小 14.55 KB
安装次数 52
当前版本 1.2
更新时间 2023-10-02
上架时间 2023-09-17
评分 1.00/5 共1次评分
开发者 Tamil M
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://www.buymeacoffee.com/tamilsm
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TestCafe Script Writer",
    "version": "1.2",
    "description": "DevTools extensions for exporting Recorder code as a Testcafe Script.",
    "permissions": [],
    "devtools_page": "scripts\/DevToolsPlugin.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "minimum_chrome_version": "104.0.5107.0",
    "icons": {
        "128": "images\/icon-128.png"
    }
}