Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.20.0 changelog #5

Closed
miherlosev opened this issue May 7, 2018 · 0 comments
Closed

0.20.0 changelog #5

miherlosev opened this issue May 7, 2018 · 0 comments

Comments

@miherlosev
Copy link
Owner

miherlosev commented May 7, 2018

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 or Client Sertificate autorization you can do it youself by inplementing a custom Request Hook.

add examples from https://github.com/DevExpress/testcafe/pull/2309

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 the t.expect (#2207)

Write short description (see more information in DevExpress/testcafe#2355)

Bug Fixes

  • Session recovery bubble in Firefox is disabled now (#2341)
  • TestCafe is worked properly now if body element has pointer-events: none; css style rule (#2251)
  • Resizing Chrome in emulation mode now is worked correctly (#2154)
  • The corrected port is used for service message now (#2308)
  • Browser instance now is shutdown correctly on Unix system (#2226)
  • Integrity attribute is correctly removed for script and link tags (testcafe-hammerhead/#235)
  • event.preventDefault() call now is changed the event.defaultPrevented (testcafe-hammerhead/#1588)
  • Now, it is possible to set the content attribute of the meta 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 if target.value is changed (#2319)
  • MouseEvent.screenX and MouseEvent.screenY was added to the emulated events now (#2325)
  • Cookie processing on localhost is worked correctly now (testcafe-hammerhead/#1491)
  • An internal error is not raised on setting to an image the // url (#2312)
  • Now the internal shadowUI elements is not processed (#2281)
  • typeInput event is raised is it is necessary (#1956)
  • Now text selection work properly in contenteditable element(#2301)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant