Glob Patterns for cypress.json integrationFolder #9171
-
ProblemThe problem I'm currently encountering is trying to run two different folders that are nested within the Example of file structure:
I understand that it's possible to use the One of the main problems I'm running up against is using a glob pattern to specify two different folders as part of the integrationFolder in the
Nor will this:
QuestionMy question is, is it possible for the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
SolutionFor anyone coming across this issue, the solution I ended up with was keeping the integrationFolder the same, and nested the testing folders in there:
In doing so, I had to update the
|
Beta Was this translation helpful? Give feedback.
Solution
For anyone coming across this issue, the solution I ended up with was keeping the integrationFolder the same, and nested the testing folders in there:
In doing so, I had to update the
testFiles
to use a glob pattern to test out the folders: