Test Recorder | Nightwatch-Jasmine-Intern

Creates functional tests from your browser for Nightwatch Jasmine or Intern.

Test Recorder | Nightwatch-Jasmine-Intern क्या है?

Test Recorder | Nightwatch-Jasmine-Intern jcdevelopmentspain द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Creates functional tests from your browser for Nightwatch Jasmine or Intern."।

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

screenshot

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

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

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

                        This test recorder let you create functional tests in an easy way.
Dont worry about the framework that you're using for your tests, just worry about the test you want to create.
Export your test in some of the most important frameworks like Jasmine, TheIntern or Nightwatch*.

¿How? 
1.Select your elements to tests like buttons, inputs or any element you want to test in the web.
2.Add the actions: click, type, asserts or any method of the api.
3.Export it to a functional test and include it in your suite. 

¡ Start the journey !

*Currently Jasmine and Nightwatch format is not available.                    

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

नाम Test Recorder | Nightwatch-Jasmine-Intern Test Recorder | Nightwatch-Jasmine-Intern
ID kfdbnocoodopacnbliknkiakhaepcoik
आधिकारिक URL https://chrome.google.com/webstore/detail/test-recorder-nightwatch/kfdbnocoodopacnbliknkiakhaepcoik
विवरण Creates functional tests from your browser for Nightwatch Jasmine or Intern.
फ़ाइल का आकार 731 KB
स्थापना संख्या 74
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2019-03-08
प्रकाशन तिथि 2019-03-08
रेटिंग 2.57/5 कुल 7 रेटिंग्स
डेवलपर jcdevelopmentspain
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Test Recorder | Nightwatch-Jasmine-Intern",
    "description": "Creates functional tests from your browser for Nightwatch Jasmine or Intern.",
    "version": "1.2.0",
    "devtools_page": "devtools.html",
    "options_page": "index.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "\/js\/index.js",
                "\/js\/libraries\/jquery-3.1.1.min.js",
                "\/js\/libraries\/FileSaver.js",
                "\/js\/libraries\/Blob.js",
                "\/js\/libraries\/beautify.js",
                "\/js\/libraries\/bootstrap.min.js",
                "js\/bg\/content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*",
                "http:\/\/127.0.0.1\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/bg\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Test Automate Extension",
        "default_icon": "\/images\/icons\/chemistry.png"
    },
    "web_accessible_resources": [
        "\/js\/actionsJSON.json"
    ],
    "icons": {
        "16": "\/images\/icons\/chemistry.png",
        "48": "\/images\/icons\/chemistry48.png",
        "128": "\/images\/icons\/chemistry128.png"
    }
}