TestCafe v0.11.0 发布了。重新设计的选择器系统,内置断言和大量的错误修复!
更新内容:
Action keyboard events now have
event.key
andevent.keyIdentifier
properties set (#993).document.body.nextSibling
, that was broken is some cases previously, now operates properly (#958).Now it's possible to use
t.setFilesToUpload
andt.clearUpload
methods with the hidden inputs (#963).Now test not hangs if object
toString
method usesthis.location
getter (#953).Touch events now correctly dispatched in latest Chrome versions with touch monitor (#944).
Now test compilation doesn't fail if imported helper contains module re-export (e.g.
export * from './mod'
) (#969).Actions now scroll to element to make it completely visible (there possible) (#987, #973).
Dispatched key events now successfully pass
instanceof
check (#964).Ember elements doesn't throw
Uncaught TypeError: e.getAttribute is not a function
anymore (#966).First run wizards now automatically disabled in Chrome in Firefox (testcafe-browser-tools#102).
更多内容,请点击此处查看。
下载地址: