From fd4cd2f2fd9317d7458db9198f6ddeb8cd92ee85 Mon Sep 17 00:00:00 2001 From: Tony Valle Date: Wed, 31 Jul 2024 21:11:31 +0200 Subject: [PATCH] fix: edit cypress preprocessor path --- cypress/support/cucumberPreprocessor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/support/cucumberPreprocessor.js b/cypress/support/cucumberPreprocessor.js index 53e2010cbc..5bdf5b3cef 100644 --- a/cypress/support/cucumberPreprocessor.js +++ b/cypress/support/cucumberPreprocessor.js @@ -18,7 +18,7 @@ module.exports = async function cucumberPreprocessor(on, config) { test: /\.feature$/, use: [ { - loader: '@badeball/cypress-cucumber-preprocessor/dist/bundler-utils/webpack', + loader: '@badeball/cypress-cucumber-preprocessor/webpack', options: config, }, ],