Testim Editor

The simplest and most advanced testing automation tool, using Adaptive Learning and Computer Vision image validation.

Testim Editor क्या है?

Testim Editor https://testim.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The simplest and most advanced testing automation tool, using Adaptive Learning and Computer Vision image validation."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Testim Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Testim is the leading AI-based functional and end-to-end UI testing automation solution. Testim Automate uses AI to give you the speed and stability of codeless end-to-end tests, with the flexibility of code. Customers like Microsoft, Salesforce, Wix, and JFrog run millions of tests on Testim each month. Learn more at www.testim.io 

TESTIM AUTOMATE:

Quickly record, configure, and customize functional UI tests. 

Record user journeys that are added to the Testim visual editor as discrete, configurable steps. Create reusable groups, configure validations, add loops, or insert custom JavaScript. 

Reduce maintenance with AI-based Smart Locators

Each element is uniquely identified by analyzing the entire DOM and assigning a score. When element attributes change, the AI-based Smart Locators learn and continue to identify the element and test its functionality. 

Execute CI-driven cross-browser tests

Run parallel, cross-browser tests on our test cloud or Selenium-compatible grids. Integrate with your CI or dev tools to trigger test runs on pull requests or other dev milestones.

Troubleshoot failed tests fast

Quickly identify the root cause of failures with screenshots, console logs, and network info. Capture video or annotate screenshots to send meaningful bug reports.

The Testim Chrome extension only used for the purpose of creating and playing-back web application UI tests in Testim. No additional information is captured when not actively using the Testim application.                    

एक्सटेंशन की मूल जानकारी

नाम Testim Editor Testim Editor
ID pebeiooilphfmbohdbhbomomkkoghoia
आधिकारिक URL https://chromewebstore.google.com/detail/testim-editor/pebeiooilphfmbohdbhbomomkkoghoia
विवरण The simplest and most advanced testing automation tool, using Adaptive Learning and Computer Vision image validation.
फ़ाइल का आकार 20.87 MB
स्थापना संख्या 32,780
वर्तमान संस्करण 1.1266.0
अंतिम अपडेट 2024-03-05
प्रकाशन तिथि 2020-07-03
रेटिंग 3.80/5 कुल 20 रेटिंग्स
डेवलपर https://testim.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.testim.io/
सहायता पृष्ठ URL http://docs.testim.io/
गोपनीयता नीति पृष्ठ URL https://www.testim.io/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Testim.io",
    "manifest_version": 2,
    "name": "Testim Editor",
    "description": "The simplest and most advanced testing automation tool, using Adaptive Learning and Computer Vision image validation.",
    "version": "1.1266.0",
    "commands": {
        "text-validation": {
            "suggested_key": {
                "default": "Alt+V",
                "mac": "Alt+V"
            },
            "description": "select element for text validation"
        },
        "hover-step": {
            "suggested_key": {
                "default": "Alt+H",
                "mac": "Alt+H"
            },
            "description": "select element for hover step"
        },
        "element-validation": {
            "suggested_key": {
                "default": "Alt+L",
                "mac": "Alt+L"
            },
            "description": "select element for element visible validation"
        },
        "element-visual-validation": {
            "suggested_key": {
                "default": "Alt+E",
                "mac": "Alt+E"
            },
            "description": "select element for element visual validation"
        }
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/images\/icon16.png",
            "48": "assets\/images\/icon48.png",
            "128": "assets\/images\/icon128.png"
        },
        "default_popup": "popup2\/menu\/index.html"
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "background\/eventRegistrar.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "background\/eventAction.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "http:\/\/localhost:4040\/extension-local\/popup2\/menu\/*",
                "https:\/\/*.testimtunnel.cc\/extension-local\/popup2\/menu\/*",
                "https:\/\/*.trycloudflare.com\/extension-local\/popup2\/menu\/*"
            ],
            "js": [
                "popup2\/menu\/vendor.js",
                "popup2\/menu\/index.js"
            ],
            "css": [
                "popup2\/menu\/index.min.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "http:\/\/localhost\/*",
            "http:\/\/localhost:3000\/*",
            "http:\/\/127.0.0.1:3000\/*",
            "https:\/\/localhost\/*",
            "http:\/\/local.testim.io:3000\/*",
            "https:\/\/localhost:3000\/*",
            "https:\/\/127.0.0.1:3000\/*",
            "https:\/\/local.testim.io\/*",
            "https:\/\/local.testim.io:3000\/*",
            "http:\/\/testim.io\/*",
            "https:\/\/testim.io\/*",
            "http:\/\/app.testim.io\/*",
            "https:\/\/app.testim.io\/*",
            "https:\/\/playground.testim.io\/*",
            "https:\/\/force.testim.io\/*",
            "https:\/\/app.staging.testim.cc\/*",
            "https:\/\/*.staging.testim.cc\/*",
            "http:\/\/stapp.testim.io\/*",
            "https:\/\/stapp.testim.io\/*",
            "http:\/\/staging.testim.io\/*",
            "https:\/\/staging.testim.io\/*",
            "http:\/\/run.testim.io\/*",
            "https:\/\/run.testim.io\/*",
            "http:\/\/tta-crm.tricentis.com\/*",
            "https:\/\/tta-crm.tricentis.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "web_accessible_resources": [
        "app\/index.html",
        "*"
    ],
    "oauth2": {
        "client_id": "660918242353-i2obn77n4hotrscignlvo4b1a9nafebb.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "minimum_chrome_version": "50.0",
    "content_security_policy": "img-src 'self' http:\/\/res.cloudinary.com https:\/\/*.googleusercontent.com https:\/\/*.atlassian.net https:\/\/eyes.applitools.com https:\/\/res.cloudinary.com https:\/\/static.intercomassets.com https:\/\/js.intercomcdn.com data: ; font-src https:\/\/js.intercomcdn.com 'self' chrome-extension-resource: ; default-src 'self' https:\/\/video.testim.io chrome-extension-resource: ; style-src 'self' 'unsafe-inline'; script-src 'self' https:\/\/d26b395fwzu5fz.cloudfront.net https:\/\/testimeyes.applitools.com https:\/\/eyes.applitools.com 'unsafe-eval' https:\/\/js.intercomcdn.com https:\/\/widget.intercom.io\/; object-src 'self';  connect-src * 'self' 'unsafe-inline' 'unsafe-eval' http: https: file: data: mediastream: blob: filesystem:; frame-src *;",
    "permissions": [
        "tabs",
        "debugger",
        "webNavigation",
        "cookies",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background",
        "desktopCapture",
        "chrome:\/\/favicon\/",
        "pageCapture",
        "storage",
        "notifications",
        "downloads",
        "downloads.shelf"
    ]
}