0.2.1 • Published 5 years ago

hermione-chunks v0.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

hermione-chunks Build Status

Plugin for hermionehttps://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
        }
    }
};
0.2.1

5 years ago

0.2.0

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago