@clarabridge/unified-react-components
Version:
Collection of Engage reusable components
15 lines (13 loc) • 358 B
text/typescript
import { defineConfig } from 'cypress';
import webpackConfig from './webpack.test.config'
export default defineConfig({
video: false,
component: {
specPattern: 'src/**/*spec.{js,jsx,ts,tsx}',
devServer: {
framework: 'react',
bundler: 'webpack',
webpackConfig: webpackConfig,
},
},
});