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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον martin.roddam, και η κύρια λειτουργία του είναι "Open your cucumber feature files written in gherkin in the browser to see them formatted in a human-friendly way.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Pretty Gherkin

Λήψη αρχείων επέκτασης 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"
            ]
        }
    ]
}