Closed SamWyldKW closed 3 years ago
I'd guess it's because test files are located at directory cypress/integration/examples in the cypress-example-kitchensink repo.
Can you try passing --integrationFolder ./cypress/integration/examples
?
Their cypress.json
configuration file does not specify a value for integrationFolder
, so we're seeing the Cypress default value being used here.
testFiles
and they were not being loaded because of this :DHey Sam, thanks for the contribution! I left a few comments on PR #11.
All of my issues were fixed with the merge of #11 thanks @trentrand
Hi, I've been trying to use this tool without much success.
I've cloned and installed cypress-utils and cloned cypress-example-kitchensink.
When trying to follow the example gif exactly I'm getting this error:
Any idea what I may be doing wrong?