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.
我正在编写一个 Selenium IDE 插件,它需要在测试开始/结束/失败时执行操作。如何拦截这些事件?
谢谢!
我认为 IDE 中没有任何相同的规定,但您可以使用 JUnit 和 TestNG。您需要以所需格式导出测试用例并添加方法。我已经这样做了很多次。