styleguide-bdd-test-generator
A BDD style test file generator based on the style guide
Getting Started
This grunt plugin is used to generate bdd style test files automatically from the style objects
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
npm install styleguide-bdd-test-generator --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('styleguide-bdd-test-generator');
The "styleguide_bdd_test_generator" task
Overview
In your project's Gruntfile, add a section named styleguide_bdd_test_generator
to the data object passed into grunt.initConfig()
.
grunt.initConfig({
styleguide_bdd_test_generator: {
options: {
},
your_target: {
},
},
})
Options
Usage Examples
Default Options
here in the testing file, add every styles you want for element as a key value pair
grunt.initConfig({
styleguide_bdd_test_generator: {
options: {},
files: {
'dest': ['src/testing', 'src/testing1'],
},
},
})
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
Release History
(Nothing yet)
License
Copyright (c) 2014 Jinto Jose. Licensed under the MIT license.