diff --git a/services/web/cypress/plugins/index.js b/services/web/cypress/plugins/index.js index e31a2a6aaa..24dde47cd0 100644 --- a/services/web/cypress/plugins/index.js +++ b/services/web/cypress/plugins/index.js @@ -9,6 +9,7 @@ module.exports = (on, config) => { const webpackConfig = merge(devConfig, { devServer: { static: path.join(__dirname, '../../public'), + port: 3200, }, stats: 'none', plugins: [