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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}