hermione-chunks

0.2.1 • Public • Published

hermione-chunks Build Status

Plugin for [hermione]https://github.com/gemini-testing/hermione) to run separate chunks of tests.

Install

$ npm install hermione-chunks

Usage

Add the plugin configuration file:

module.exports = {
    plugins: {
        // the configuration below makes hermione distribute all tests on 7 chunks and run only the 1st chunk
        'hermione-chunks': {
            count: 7,
            run: 1
        }
    }
};

Readme

Keywords

Package Sidebar

Install

npm i hermione-chunks

Weekly Downloads

0

Version

0.2.1

License

MIT

Unpacked Size

4.33 kB

Total Files

8

Last publish

Collaborators

  • egavr
  • j0tunn
  • rostik404
  • sipayrt