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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open your cucumber feature files written in gherkin in the browser to see them formatted in a human-friendly way."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pretty Gherkin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |