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文件
下載Pretty Gherkin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | blemhogdenfkkojlpghcinocbfjheioc |
| 官方網址 | 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"
]
}
]
} | |