Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 508 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 508 Bytes

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

// In your gatsby-config.js
module.exports = {
  plugins: [`gatsby-transformer-gherkin`]
};