Skip to content

Commit 4cb2b5b

Browse files
authored
Merge pull request #48 from magento-commerce/3.5.0-RC
3.5.0 Change log, version bump to master
2 parents 5a3eabe + a0c4c0b commit 4cb2b5b

19 files changed

+2348
-106
lines changed

CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Magento Functional Testing Framework Changelog
22
================================================
33

4+
3.5.0
5+
---------
6+
7+
### Enhancements
8+
9+
* Customizability
10+
* Added new `config:parallel --groups` option in `generate:tests` command to generate and split tests/suites into required number of execution time balanced groups.
11+
12+
### Fixes
13+
14+
* Added --no-sandbox chrome option in functional suite configuration.
15+
16+
### GitHub Pull Requests:
17+
18+
* [#824](https://github.com/magento/magento2-functional-testing-framework/pull/824) -- Fix typo in introduction.md
19+
* [#816](https://github.com/magento/magento2-functional-testing-framework/pull/816) -- Update mftf.md
20+
* [#812](https://github.com/magento/magento2-functional-testing-framework/pull/812) -- Added examples and modified url links in assertions.md
21+
422
3.4.0
523
---------
624

@@ -15,7 +33,7 @@ Magento Functional Testing Framework Changelog
1533
### Enhancements
1634

1735
* Usability
18-
* [#817](https://github.com/magento/magento2-functional-testing-framework/pull/817) -- Add support for admin WebAPI token refresh
36+
* [#817](https://github.com/magento/magento2-functional-testing-framework/pull/817) -- Add support for admin WebAPI token refresh.
1937

2038
* Maintainability
2139
* [#814](https://github.com/magento/magento2-functional-testing-framework/pull/814) -- Update dependencies in order to make mftf php8 compatible, fix running phpcpd

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/magento2-functional-testing-framework",
33
"description": "Magento2 Functional Testing Framework",
44
"type": "library",
5-
"version": "3.4.0",
5+
"version": "3.5.0",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {

0 commit comments

Comments
 (0)