每当我尝试运行Cypress Suite时,都会出现以下错误

阿尔图其网 测试交流2199字数 40阅读0分8秒阅读模式
摘要Error: Cannot find module 'cypress-xpath' from 'D:\Automation Code\Cypress\cypress-ui-auto...

Error: Cannot find module 'cypress-xpath' from 'D:Automation CodeCypresscypress-ui-automationcypresssupport'
at D:Automation CodeCypresscypress-ui-automationnode_modulesbrowser-resolvenode_modulesresolvelibasync.js:46:17
at process (D:Automation CodeCypresscypress-ui-automationnode_modulesbrowser-resolvenode_modulesresolvelibasync.js:173:43)
at ondir (D:Automation CodeCypresscypress-ui-automationnode_modulesbrowser-resolvenode_modulesresolvelibasync.js:188:17)

软件功能测试表格文章源自玩技e族-https://www.playezu.com/192196.html 文章源自玩技e族-https://www.playezu.com/192196.html

 
评论  2  访客  2
    • Alapan Das
      Alapan Das 9

      假设已经安装了cypress xpath插件,在 cypress/support/e2e.js 您必须添加以下内容:
      require(‘cypress-xpath’);

      • TesterDick
        TesterDick 9

        您似乎错过了的安装 cypress xpath.
        如果使用npm安装:
        npm add -D cypress xpath

        或者,如果您正在安装纱线:
        yarn add -D cypress xpath

        您显然已经在 cypresssupport 因为这是错误堆栈中的第一条路径。

      匿名

      发表评论

      匿名网友
      确定

      拖动滑块以完成验证