Pretty Gherkin

Open your cucumber feature files written in gherkin in the browser to see them formatted in a human-friendly way.

O que é Pretty Gherkin?

Pretty Gherkin é uma extensão do Chrome desenvolvida por martin.roddam, e sua principal característica é "Open your cucumber feature files written in gherkin in the browser to see them formatted in a human-friendly way.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Pretty Gherkin

Baixe arquivos de extensão Pretty Gherkin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Pretty Gherkin Pretty Gherkin
ID blemhogdenfkkojlpghcinocbfjheioc
URL Oficial https://chromewebstore.google.com/detail/pretty-gherkin/blemhogdenfkkojlpghcinocbfjheioc
Descrição Open your cucumber feature files written in gherkin in the browser to see them formatted in a human-friendly way.
Tamanho do Arquivo 136 KB
Contagem de Instalações 3,681
Versão Atual 0.2.5
Última Atualização 2018-01-25
Data de Publicação 2018-01-25
Classificação 2.82/5 Total de 17 Avaliações
Desenvolvedor martin.roddam
Tipo de Pagamento free
URL da Página de Ajuda https://twitter.com/testanalyst
Idiomas Suportados 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"
            ]
        }
    ]
}