Skip to content

Commit

Permalink
fix: edit cypress preprocessor path
Browse files Browse the repository at this point in the history
  • Loading branch information
superskip committed Jul 31, 2024
1 parent 4aefb54 commit fd4cd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/cucumberPreprocessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
],
Expand Down

0 comments on commit fd4cd2f

Please sign in to comment.