-
Notifications
You must be signed in to change notification settings - Fork 39
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
> Cypress.Commands.add()
is used to create new commands, but debug
is an existing Cypress command.
#97
Comments
Facing same issue |
Hi, when will this issue fix be merged to the master? We are facing the same issue. |
Fixed in 5.0.3. |
I have this issue with cypress 12.17.1 |
Hello @AnkaNik ! |
Im not sure that I know how to find it because just start use it after long pause) I face problem with error :
describe('Metamask Extension tests', () => {
|
I don't see any usages of our library (agent-js-cypress), so the issue is not related to this repo. Anyway, looks like you need to check "./commands.js" or "@synthetixio/synpress/support" that you mentioned in |
I am using cypress 9.1.1 version and requiring
require('@reportportal/agent-js-cypress/lib/commands/reportPortalCommands');
is throwing me the following error
The text was updated successfully, but these errors were encountered: