cy.task('auth:seed-users') failed with the following error: > Cypress is not defined
cy.task('auth:seed-users') failed with the following error: > Cypress is not defined
出于某种原因,我无法访问插件中描述的任务主体中的 Cypress
和 cy
。
任务主体在 Node
端执行(与主要测试逻辑的浏览器端相反),我假设 Cypress
和 cy
都未绑定。
但是你为什么需要它们?
出于某种原因,我无法访问插件中描述的任务主体中的 Cypress
和 cy
。
任务主体在 Node
端执行(与主要测试逻辑的浏览器端相反),我假设 Cypress
和 cy
都未绑定。
但是你为什么需要它们?