senthanal/gulp-jasmine-webdriverio

View on GitHub
webdrivercss.conf.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Created by sm on 30.07.2015.
 */

/**
 * Created by sm on 30.07.2015.
 */

'use strict';

exports.config = {
    screenshotRoot: './reports/visual/reference',
    failedComparisonsRoot: './reports/visual/failed',
    misMatchTolerance: 0.05,
    screenHeight: [726],
    screenWidth: [1024]
};