内容简介:TestCafe 0.20.5 已发布,这是一个 bug 修复版本,包含以下更新内容: The buttons property was added to the MouseEvent instance (#2056) Response headers were converted to lowercase (#2534) Updated...
TestCafe 0.20.5 已发布,这是一个 bug 修复版本,包含以下更新内容:
The
buttons
property was added to theMouseEvent
instance (#2056)Response headers were converted to lowercase (#2534)
Updated flow definitions (#2053)
An
AttributesWrapper
instance is now updated when the the element's property specifies thedisabled
attribute (#2539)TestCafe no longer hangs when it redirects from a tested page to the 'about:error' page with a hash (#2371)
TestCafe now reports a warning for a mocked request if CORS validation failed (#2482)
Prevented situations when a request logger tries to stringify a body that is not logged (#2555)
The Selector API now reports
NaN
instead ofinteger
when type validation fails (#2470)Enabled
noImplicitAny
and disabledskipLibCheck
in the TypeScript compiler (#2497)Pages with
rel=prefetch
links no longer hang during test execution (#2528)Fixed the
TypeError: this.res.setHeader is not a function
error in Firefox (#2438)The
formtarget
attribute was overridden (testcafe-hammerhead/#1513)fetch.toString()
now equalsfunction fetch() { [native code] }
(testcafe-hammerhead/#1662)
TestCafe 是一个用于测试 Web 应用的纯 Node.js 端到端解决方案。它负责所有阶段:启动浏览器、运行测试、收集测试结果和生成报告。TestCafe 不需要浏览器插件,它在所有流行的现代浏览器开箱即用。
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Airtest自动化测试工具
- 自动化测试工具Serverwalker介绍
- 揭开顶级自动化测试工具秘密 助你选到最“好”工具
- 怎么玩转App测试?自动化测试工具选择方法汇总!
- Google开源自动化模糊测试工具ClusterFuzz
- bats-Bash自动化测试工具
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
代码整洁之道:程序员的职业素养
罗伯特·C.马丁 (Robert C.Martin) / 余晟、章显洲 / 人民邮电出版社 / 2016-9-1 / 49.00元
1. 汇聚编程大师40余年编程生涯的心得体会 2. 阐释软件工艺中的原理、技术、工具和实践 3. 助力专业软件开发人员具备令人敬佩的职业素养 成功的程序员在以往的工作和生活中都曾经历过大大小小的不确定性,承受过永无休止的压力。他们之所以能够成功,是因为拥有一个共同点,都深切关注创建软件所需的各项实践。他们将软件开发视为一种需要精雕细琢加以修炼的技艺,他们以专业人士的标准要求自己,......一起来看看 《代码整洁之道:程序员的职业素养》 这本书的介绍吧!