Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尝试将新的 cypress 框架与 maven 项目一起使用 - 文档只有一个 npm 模块设置示例(npm install cypress)和一个 package.json 使用示例。
这将如何转换为 Maven 依赖项中的使用?
您也可以直接下载 Cypress,无需npm.
npm
这里有说明以及直接下载。
这是一篇关于使用 maven 运行 Cypress 测试的精彩文章。您应该能够通过 maven Testcontainers插件为 Cypress 使用Docker 容器。