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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Pretty Gherkin 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"
            ]
        }
    ]
}