-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Could not find Cypress test run results #16
Comments
By this file path Maybe we can review the code that handles this to check whether the functions and methods have changed behavior in recent versions: ckan-integration-tests/index.js Lines 46 to 65 in 252e559
It's really unexpected, for me, to have |
@cuducos great catch! I also noticed that and it's really weird. On line 52 if I change I use Mac OS, version |
Makes sense. As far as I can remember, @cotts and I are running on Linux, so if you're on macOS, there is a chance that this behavior is OS-related… |
Following the instruction in the docs to can't run the specs.
When I run
node test.js
I get the following error:I have Cypress installed and setup with it's default folder structure.
package.json
cypress.json
Environment
Cypress:
4.9.0
Node:
v14.15.1
OS: Mac
11.0.1
Tried also with Cypress v6.0.0 but didn't work.
The text was updated successfully, but these errors were encountered: