Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
/* eslint-disable import/no-extraneous-dependencies */
const wdioConf = require('terra-dev-site/config/wdio/wdio.conf');
const webpackConfig = require('./webpack.config');
const config = {
...wdioConf.config,
webpackConfig,
// Configuration for SeleniumDocker service
seleniumDocker: {
enabled: !process.env.TRAVIS,
},
};
exports.config = config;