Skip to content

Commit

Permalink
chore: adjust cypress spec path
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Jan 31, 2025
1 parent a24953d commit cf4517f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/generateTestMatrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const createGroups = (files, numberOfGroups = 8) => {
return groups.map((group, index) => ({ id: index + 1, tests: group }))
}

const cypressSpecsPath = './cypress/e2e'
const cypressSpecsPath = './cypress/e2e_cucumber'
const specs = getAllFiles(cypressSpecsPath)
const groupedSpecs = createGroups(specs)

Expand Down

0 comments on commit cf4517f

Please sign in to comment.