@cypress/react-bootstrap-modal
Version:
React Bootstrap Modal ===================================
38 lines (24 loc) • 517 B
JavaScript
'use strict';
module.exports = function (config) {
config.set({
basePath: '',
frameworks: ['mocha', 'sinon-chai'],
reporters: ['mocha'],
files: [
'test.js'
],
port: 9876,
colors: true,
autoWatch: true,
singleRun: false,
logLevel: config.LOG_INFO,
browsers: ['jsdom'],
preprocessors: {
'test.js': ['webpack', 'sourcemap']
},
webpack: require('./webpack/test-config.es6'),
webpackServer: {
noInfo: true
}
});
};