Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richardruiter/gatsby-transformer-gherkin
Gatsby plugin for transforming sourced gherkin files
https://github.com/richardruiter/gatsby-transformer-gherkin
bdd behavior-driven-development cucumber gatsby-plugin gatsbyjs gherkin gherkin-files gherkin-parser living-documentation livingdocs-delivery
Last synced: about 2 months ago
JSON representation
Gatsby plugin for transforming sourced gherkin files
- Host: GitHub
- URL: https://github.com/richardruiter/gatsby-transformer-gherkin
- Owner: richardruiter
- License: mit
- Created: 2020-02-19T10:32:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-16T00:35:31.000Z (over 1 year ago)
- Last Synced: 2024-10-09T12:42:37.784Z (4 months ago)
- Topics: bdd, behavior-driven-development, cucumber, gatsby-plugin, gatsbyjs, gherkin, gherkin-files, gherkin-parser, living-documentation, livingdocs-delivery
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Description
Gatsby plugin for transforming sourced gherkin files
## How to install
`npm install --save gatsby-transformer-gherkin`
\- or -
`yarn add gatsby-transformer-gherkin`
## When do I use this plugin?
If you want to create living documentation using Gatsby. This plugin will transform any sources `.feature` file you have in your
project and then query the contents.## Examples of usage
```js
// In your gatsby-config.js
module.exports = {
plugins: [`gatsby-transformer-gherkin`]
};
```