How to use the terra-dev-site/config/wdio/wdio.conf.config function in terra-dev-site

To help you get started, we’ve selected a few terra-dev-site examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github cerner / terra-core / wdio.conf.js View on Github external
/* 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;

terra-dev-site

Dynamically builds a react-hash-routed site based on site configuration, navigation configuration and component configuration.

Apache-2.0
Latest version published 3 years ago

Package Health Score

45 / 100
Full package analysis