Gatsby plugin for transforming sourced gherkin files
npm install --save gatsby-transformer-gherkin
- or -
yarn add gatsby-transformer-gherkin
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.
// In your gatsby-config.js
module.exports = {
plugins: [`gatsby-transformer-gherkin`]
};