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 |
| 官方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"
]
}
]
} | |