0.3.1 • Published 7 months ago

@qavajs/steps-visual-testing v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@qavajs/steps-visual-testing

Step library to perform visual testing

installation

npm install @qavajs/steps-visual-testing

configuration

const Memory = require('./memory');

module.exports = {
    default: {
        require: [
            '@qavajs/steps-visual-testing/index.js'
        ],
        memory: new Memory()
    }
}
0.3.0

9 months ago

0.3.1

7 months ago

0.2.0

11 months ago

0.1.0

11 months ago

0.0.1

12 months ago