Nightwatch Chrome Recorder

Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.

Nightwatch Chrome Recorder란 무엇입니까?

Nightwatch Chrome Recorder은(는) https://browserstack.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel."입니다.

확장 프로그램 스크린샷

screenshot

Nightwatch Chrome Recorder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Nightwatch Chrome Recorder Extension lets you export user flows as Nightwatch test scripts from the Recorder panel in Chrome DevTools.

With Chrome Recorder and the Nightwatch Chrome Recorder Extension, you can start creating test scripts for Nightwatch with just a few clicks.

After installing this extension, you will see a new "Export as Nightwatch Test Script" option available under the export menu.

Learn more about Chrome Recorder and the Nightwatch extension with our official guide: bit.ly/nightwatch-recorder.                    

확장 프로그램 기본 정보

이름 Nightwatch Chrome Recorder Nightwatch Chrome Recorder
ID nhbccjfogdgkahamfohokdhcnemjafjk
공식 URL https://chromewebstore.google.com/detail/nightwatch-chrome-recorde/nhbccjfogdgkahamfohokdhcnemjafjk
설명 Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.
파일 크기 25.97 KB
설치 횟수 1,382
현재 버전 0.2.2
최근 업데이트 2023-01-19
출시 날짜 2022-08-10
평점 5.00/5 총 5 개의 평점
개발자 https://browserstack.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://nightwatchjs.org/guide/writing-tests/chrome-devtools-recorder.html
도움말 페이지 URL https://github.com/nightwatchjs/nightwatch-recorder-extension
개인정보 보호 정책 페이지 URL https://www.browserstack.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.2",
    "name": "Nightwatch Chrome Recorder",
    "description": "Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.",
    "permissions": [],
    "devtools_page": "DevToolsPlugin.html",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "minimum_chrome_version": "101"
}