BorntraegerMarc/ledison-web

View on GitHub
gulp-tasks/webdriver-standalone.js

Summary

Maintainability
A
0 mins
Test Coverage
/*eslint-disable */
'use strict';
/*eslint-enable */

const protractor = require('gulp-protractor');

module.exports = (gulp) => {
    gulp.task('webdriver-standalone', protractor.webdriver_standalone);
};