0.1.3 • Published 6 years ago

hermione-ignore v0.1.3

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

hermione-ignore

Hermione plugin. Assert view with global ignored elements.

.hermione.conf.js:

module.exports = {
    plugins: {
        'hermione-ignore': {
            globalIgnore: {
                // Selectors will be covered with black rect.
                ignoreElements: [
                    '.classname1'
                ],
                // Selectors will be hidden with `display: none`.
                hideElements: [
                    '.classname2'
                ],
                // Selectors will be hidden with `opacity: 0`.
                invisibleElements: [
                    '.classname3'
                ]
            }
        }
    }
};
0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago