if (this.props.testingTypes.indexOf('visual') >= 0) {
            for (source in visualTestingfiles) {
                target = visualTestingfiles[source];
                this._copyTpl(source, target);
            }