Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 519 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 519 Bytes

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;