React VT

Visual Testing Tool for React Applications

React VT là gì?

React VT là một tiện ích mở rộng Chrome được phát triển bởi react-vt, và tính năng chính của nó là "Visual Testing Tool for React Applications".

Ả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 React VT

Tải xuống các tệp mở rộng React VT 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

                        Data-driven visual testing library for React developers

React VT presents a live view of the React component structure of your app, along with current state and props.

Users can define assertions and test them in real time while interacting with their application. Once the user is satisfied with their defined tests, they can export their assertions into an Enzyme file.                    

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

Tên React VT React VT
ID aphjepidficfgphkbggojoemgpmianhi
URL Chính Thức https://chromewebstore.google.com/detail/react-vt/aphjepidficfgphkbggojoemgpmianhi
Mô tả Visual Testing Tool for React Applications
Kích Thước Tệp 1.51 MB
Số Lần Cài Đặt 1,105
Phiên Bản Hiện Tại 0.3.0
Cập Nhật Lần Cuối 2017-09-08
Ngày Phát Hành 2017-09-08
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển react-vt
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://reactvt.io
URL Trang Trợ Giúp https://github.com/ReactVT/react-vt
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "React VT",
    "description": "Visual Testing Tool for React Applications",
    "version": "0.3.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script\/script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "logo48.png",
        "default_title": "React Visual Testing Tool",
        "default_popup": "popup.html"
    },
    "devtools_page": "devtools.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "devtools.html",
        "panel\/index.html",
        "*.png",
        "*.eot",
        "*.woff",
        "*.woff2",
        "*.ttf",
        "*.svg"
    ],
    "background": {
        "scripts": [
            "build\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "file:\/\/\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    }
}