Skip to content

cksource/benderjs-pfw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

benderjs-pfw

Adds overwrite buttons for CKEditor4 Paste from Word generated tests allowing to accept test changes by a single click.

Install

Clone this repository and add benderjs-pfw to the plugins array in your bender.js configuration file:

var config = {
    applications: {...}

    browsers: [...],

    plugins: [ 'benderjs-yui', '/path/to/cloned/repository/benderjs-pfw' ], // load the plugin

    tests: {...}
};

module.exports = config;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published