From 1ef2a741196729e3dfdcf0caba5f316ee307f9a0 Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Wed, 1 Jun 2022 10:02:32 +0100 Subject: [PATCH] Run Cypress webpack dev server on port 3200 (#8256) GitOrigin-RevId: 39cb28a15821a5a600b852cf4d13a45671bf0b70 --- services/web/cypress/plugins/index.js | 1 + 1 file changed, 1 insertion(+) 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: [