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.
在网页中,我想创建一个按钮,所以当我点击它时,maven 会启动已经编写的 selenium 测试。所以你有什么想法:有没有可能?
最好的办法是将 selenium 测试编写为真正的集成测试,将它们放入适当的模块中或根据集成测试命名它们(请参阅 maven-failsafe-plugin),此外,将 maven-failsafe-plugin 的配置放入配置文件中,这使得可以使用 selenium 打开/关闭集成测试。但不要使用 mvn test Hm..最好的方法是使用集成测试 lifycylce 与预集成测试、集成测试和集成后测试,然后是验证生命周期阶段,通常可用于此类目的。