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.
在与实习生一起运行功能测试时,我注意到测试浏览器(在我的例子中是谷歌浏览器)在测试成功时会自动关闭,但在测试失败时不会关闭。
即使测试失败,有没有办法让浏览器关闭?
无论测试运行是成功还是失败,总是会指示测试浏览器退出。如果他们没有退出,可能是因为其他地方的致命错误(关闭套接字等)阻止了 Intern 向浏览器发送退出命令。