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
@bahmutov
When running our e2e test with the cypress-failed-log plugin, whenever the test is failed for any reason, "path.basename is not a function" is displayed in the cypress runner.
Using below versions:
"cypress-failed-log": "^2.9.1",
"cypress": "^8.3.1",
"@neuralegion/cypress-har-generator": "^5.2.3"
One possible theory is that this error started to pop up after installing a cypress-har-generator plugin. Maybe a module collision or something?
Refer attached screenshot for reference error.
Any help or workaround for this issue will be really appreciated.
The text was updated successfully, but these errors were encountered:
@bahmutov
When running our e2e test with the cypress-failed-log plugin, whenever the test is failed for any reason, "path.basename is not a function" is displayed in the cypress runner.
Using below versions:
"cypress-failed-log": "^2.9.1",
"cypress": "^8.3.1",
"@neuralegion/cypress-har-generator": "^5.2.3"
One possible theory is that this error started to pop up after installing a cypress-har-generator plugin. Maybe a module collision or something?
Refer attached screenshot for reference error.
Any help or workaround for this issue will be really appreciated.
The text was updated successfully, but these errors were encountered: