You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now you can record request data or mock http requests. If we have a special case for intercepting HTTP request such as Kerberos or Client Sertificate autorization you can do it youself by inplementing a custom Request Hook.
v0.20.0 (2018-5-07)
Request Hooks: Intercept HTTP requests in tests (#1341DevExpress/testcafe#1341).
See more information from DevExpress/testcafe#2309
Now you can record request data or mock http requests. If we have a special case for intercepting HTTP request such as
Kerberos
orClient Sertificate
autorization you can do it youself by inplementing a customRequest Hook
.Enhancements
⚙️ Add availability to specifies the resources accessed bypassing the proxy server. (#1791)
Write short description (see more information in DevExpress/testcafe#2354)
⚙️ Allow to add a custom metadata on fixture or test level (#2242)
Write short description (see more information in DevExpress/testcafe#2372)
⚙️ Throw an error by default if
Promise
was passed to thet.expect
(#2207)Write short description (see more information in DevExpress/testcafe#2355)
Bug Fixes
TestCafe
is worked properly now ifbody
element haspointer-events: none;
css style rule (#2251)Unix
system (#2226)Integrity
attribute is correctly removed forscript
andlink
tags (testcafe-hammerhead/#235)event.preventDefault()
call now is changed theevent.defaultPrevented
(testcafe-hammerhead/#1588)content
attribute of themeta
element (testcafe-hammerhead/#1586)TestCafe
now is not overridden the some attributes, that are used in non-standard way, with "null"` (testcafe-hammerhead/#1583)Change
event now is correctly fired iftarget.value
is changed (#2319)MouseEvent.screenX
andMouseEvent.screenY
was added to the emulated events now (#2325)localhost
is worked correctly now (testcafe-hammerhead/#1491)//
url (#2312)shadowUI
elements is not processed (#2281)typeInput
event is raised is it is necessary (#1956)The text was updated successfully, but these errors were encountered: