You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And I have absolute paths allover the project, which worked fine in cypress 8.
When running in cypress 10.7.0m, its not resolving and its resulting in the below error
Error: Webpack Compilation Error
../cypress/e2e/feature-tests/Billing/unbilled.cy.js
Module not found: Error: Can't resolve '/cypress/support/datacreation.js' in 'C:\Dev\karbonhq-e2e-testing\cypress\e2e\feature-tests\Billing'
root path C:\Dev\karbonhq-e2e-testing\config
using description file: C:\Dev\karbonhq-e2e-testing\package.json (relative path: ./config/cypress/support/datacreation.js)
no extension
Field 'browser' doesn't contain a valid alias configuration
Not sure how to change the root path to C:\Dev\karbonhq-e2e-testing instead of C:\Dev\karbonhq-e2e-testing\config
If I change the absolute paths to relative it works fine. Please help.
The text was updated successfully, but these errors were encountered:
I am migrating from 8 -> 10 and project set up as below
And I have absolute paths allover the project, which worked fine in cypress 8.
When running in cypress 10.7.0m, its not resolving and its resulting in the below error
Not sure how to change the root path to
C:\Dev\karbonhq-e2e-testing
instead ofC:\Dev\karbonhq-e2e-testing\config
If I change the absolute paths to relative it works fine. Please help.
The text was updated successfully, but these errors were encountered: