CodeceptJS TestTools

Chrome extension to generate CodeceptJS acceptance tests while using your app.

CodeceptJS TestTools là gì?

CodeceptJS TestTools là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Chrome extension to generate CodeceptJS acceptance tests while using your app.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CodeceptJS TestTools

Tải xuống các tệp mở rộng CodeceptJS TestTools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension allows you to record steps as you surf an actual web site or web app in Chrome. The output can be used as-is in scenarios with the CodeceptJS testing framework.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CodeceptJS TestTools CodeceptJS TestTools
ID oagiaeppblongjijghejpfciopjbodfo
URL Chính Thức https://chromewebstore.google.com/detail/codeceptjs-testtools/oagiaeppblongjijghejpfciopjbodfo
Mô tả Chrome extension to generate CodeceptJS acceptance tests while using your app.
Kích Thước Tệp 560 KB
Số Lần Cài Đặt 179
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2017-09-08
Ngày Phát Hành 2017-09-08
Đánh Giá 2.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CodeceptJS TestTools",
    "description": "Chrome extension to generate CodeceptJS acceptance tests while using your app.",
    "version": "0.0.1",
    "devtools_page": "html\/devtools.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "",
        "contextMenus",
        "storage",
        "clipboardWrite"
    ]
}