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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Creates functional tests from your browser for Nightwatch Jasmine or Intern."입니다.

확장 프로그램 스크린샷

screenshot

Test Recorder | Nightwatch-Jasmine-Intern 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}