Skip to content

Commit

Permalink
release: 3.7.2 latest (#8381)
Browse files Browse the repository at this point in the history
<!--
Thank you for your contribution.

Before making a PR, please read our contributing guidelines at

https://github.com/DevExpress/testcafe/blob/master/CONTRIBUTING.md#code-contribution

We recommend creating a *draft* PR, so that you can mark it as 'ready
for review' when you are done.
-->

## Purpose
_Describe the problem you want to address or the feature you want to
implement._

## Approach
_Describe how your changes address the issue or implement the desired
functionality in as much detail as possible._

## References
_Provide a link to the existing issue(s), if any._

## Pre-Merge TODO
- [ ] Write tests for your proposed changes
- [ ] Make sure that existing tests do not fail

Co-authored-by: Bayheck <adil.rakhaliyev@devexpress.com>
  • Loading branch information
Bayheck and Bayheck authored Feb 18, 2025
1 parent 20a8cea commit 0ea2d20
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .publishrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"gitTag": true
},
"confirm": false,
"publishTag": "rc",
"publishTag": "latest",
"prePublishScript": "gulp test-server",
"postPublishScript": ""
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v3.7.2 (2025-02-18)

### Bug Fixes

* TestCafe incorrectly processes angular functions in proxy mode. ([3035](https://github.com/DevExpress/testcafe-hammerhead/issues/3035))
* A browser throws a SyntaxError in proxy mode. ([8368](https://github.com/DevExpress/testcafe/issues/8368))
* Docker Image cannot run test for pages in foreign languages. ([8362](https://github.com/DevExpress/testcafe/issues/8362))
* [Native Automation] TestCafe does not maximize the window after a resizeMethod call. ([8360](https://github.com/DevExpress/testcafe/issues/8360))
* lru-cache conflicts with TypeScript's latest types. ([3036](https://github.com/DevExpress/testcafe-hammerhead/issues/3036))

## v3.7.1 (2024-12-18)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "testcafe",
"description": "Automated browser testing for the modern web development stack.",
"license": "MIT",
"version": "3.7.2-rc.1",
"version": "3.7.2",
"author": {
"name": "Developer Express Inc.",
"url": "https://www.devexpress.com/"
Expand Down

0 comments on commit 0ea2d20

Please sign in to comment.