TestCafe v0.12.0发布了。TestCafe是一个用于测试Web应用程序的纯Node.js端到端解决方案。 它负责所有阶段:启动浏览器,运行测试,收集测试结果和生成报告。 TestCafe不需要浏览器插件,它在所有流行的现代浏览器开箱即用。该版本主要是IDE插件,夹具钩子,动作的速度设置,几个API增强和大量的错误修复。部分更新内容如下:
IDE Plugins
在这个版本中,我们为VSCode和SublimeText准备了测试运行器插件。
增强
Fixture hooks
Speed option for test actions
Setting test speed from test code
Using test controller outside of test code
Bug 修复:
Fixed a bug where tests failed with a script error
Text can now be typed to an input field with type "email" in Firefox
npm install no longer displays warnings
软件详情:https://devexpress.github.io/testcafe/blog/testcafe-v0-13-0-released.html
来自:开源中国社区

