Pretty Gherkin
Open your cucumber feature files written in gherkin in the browser to see them formatted in a human-friendly way.
Pretty Gherkin란 무엇입니까?
Pretty Gherkin은(는) martin.roddam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open your cucumber feature files written in gherkin in the browser to see them formatted in a human-friendly way."입니다.
확장 프로그램 스크린샷
Pretty Gherkin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
INSTALLATION 1. Install extension 2. Tick the 'Allow access to file URLs' checkbox (IMPORTANT) SUPPORT Supports local feature files, and raw files on: - Github - Gitlab - Bitbucket.org Appreciate feedback via the support link and any supporting troublesome mark-up. SUPPORTED FEATURE FILE MARK-UP > Header formatting (Feature / Background / Scenarios) > Feature description formatting > Keyword highlighting (Given / When / Then ...) > Comment formatting > Annotation formatting > Parameter highlighting e.g. > DocString formatting NEW in this release ============================ Support for gitlab, bitbucket.org. NEW in previous release ============================ Better handling of feature file keywords inside comments and doc strings. Performance improvements and bug fixes.
확장 프로그램 기본 정보
이름 | Pretty Gherkin |
ID | blemhogdenfkkojlpghcinocbfjheioc |
공식 URL | https://chromewebstore.google.com/detail/pretty-gherkin/blemhogdenfkkojlpghcinocbfjheioc |
설명 | Open your cucumber feature files written in gherkin in the browser to see them formatted in a human-friendly way. |
파일 크기 | 136 KB |
설치 횟수 | 3,681 |
현재 버전 | 0.2.5 |
최근 업데이트 | 2018-01-25 |
출시 날짜 | 2018-01-25 |
평점 | 2.82/5 총 17 개의 평점 |
개발자 | martin.roddam |
결제 유형 | free |
도움말 페이지 URL | https://twitter.com/testanalyst |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pretty Gherkin", "description": "Open your cucumber feature files written in gherkin in the browser to see them formatted in a human-friendly way.", "version": "0.2.5", "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "options.html", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "file:\/\/\/*\/*.feature", "*:\/\/*\/*.featurejjj", "https:\/\/raw.githubusercontent.com\/*.feature*", "*:\/\/*\/*.feature*&raw", "https:\/\/gitlab.com\/*.feature*", "https:\/\/bitbucket.org\/*\/raw\/*.feature*" ], "css": [ "css\/mod.css" ], "js": [ "js\/content_script.js" ] } ] } |