Skip to content

Sync develop and master branches #577

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

Merged
merged 26 commits into from
Feb 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
bb38719
updated Contribution Guidelines link
hickskenh Jan 24, 2020
d5ce8ae
Merge pull request #559 from hickskenh/patch-1
okolesnyk Jan 28, 2020
8266748
MQE-1969: Updated CHANGELOG.md and bumped MFTF package version
jilu1 Jan 30, 2020
a1adbc1
MQE-1969: Updated CHANGELOG.md and bumped MFTF package version
jilu1 Jan 30, 2020
ac9f32c
MQE-1969: Updated CHANGELOG.md and bumped MFTF package version
jilu1 Jan 30, 2020
6deb625
Merge pull request #564 from magento/MQE-1969
jilu1 Jan 30, 2020
9f16107
Merge remote-tracking branch 'origin/MFTF-2.6.0-RC' into MQE-1970
jilu1 Jan 30, 2020
6635201
Merge pull request #565 from magento/MQE-1970
KevinBKozan Jan 31, 2020
2284db9
Fix include
dobooth Jan 31, 2020
066465a
Merge pull request #566 from magento/dobooth-patch-1
KevinBKozan Jan 31, 2020
93fda6b
Adding raw tag.
dobooth Jan 31, 2020
c589521
Merge pull request #569 from magento/dobooth-patch-2
KevinBKozan Jan 31, 2020
c8bb2de
Adding deprecation attribute info
dobooth Jan 31, 2020
016cee6
Moving def to correct table
dobooth Feb 3, 2020
1b0cf43
Fixed table
dobooth Feb 3, 2020
7560bc3
First cron run may fail when no Group provided.
lbajsarowicz Feb 4, 2020
62c3a58
Removing attribute
dobooth Feb 4, 2020
f2d0905
Added `deprecated` to metadata topic
dobooth Feb 4, 2020
5494d10
Merge branch 'db_deprecation' of github.com:magento-devdocs/magento2-…
dobooth Feb 4, 2020
96413c4
Added attribute.
dobooth Feb 4, 2020
d7efde8
Merge pull request #572 from magento-devdocs/db_deprecation
okolesnyk Feb 4, 2020
3ccf894
Merge pull request #573 from lbajsarowicz/fix/magentocron-no-group-pr…
okolesnyk Feb 4, 2020
15f8304
Bump MFTF dependencies
okolesnyk Feb 4, 2020
ce9ddad
Merge pull request #574 from magento/bumpdeps
okolesnyk Feb 5, 2020
3609f4f
MQE-1969: Updated CHANGELOG.md and bumped MFTF package version
okolesnyk Feb 5, 2020
51f1c51
Merge branch 'develop' into masternew
okolesnyk Feb 5, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
Magento Functional Testing Framework Changelog
================================================

2.6.0
-----

* Usability
* `magentoCron` action added by community maintainer @lbajsarowicz
* Traceability
* MFTF generated cest files are fully compatible for Codeception `dry-run`.
* Modularity
* `mftf generate:tests` and `mftf run:test` commands now accept suite scoped test names in format `[suitename:testname]...`.
* Maintainability
* Support `deprecated` syntax for the following test entities:
* Test
* Action Group
* Data
* Metadata
* Page
* Section
* Section Element
* See DevDocs for details
* Improved `mftf static-checks` command to allow executing all or specific static checks.
* Added a new static check that checks and reports unused arguments in action groups.
* Customizability
* AWS Secrets Manager has been added as an additional credential storage.
* See DevDocs for details
* Bumped dependencies to latest possible versions

### Fixes
* Fixed missing before, after, failed steps in cest file when generating tests with `--allow-skipped` option.
* Fixed suites and tests display issue in Allure `Suites` page after `mftf run:group` command.
* `createData` action now shows a meaningful error message at runtime when the entity does not exist.

### GitHub Issues/Pull requests:
* [#537](https://github.com/magento/magento2-functional-testing-framework/pull/537) -- Refactor of TestGenerator class
* [#538](https://github.com/magento/magento2-functional-testing-framework/pull/538) -- FEATURE: <magentoCron> command to execute Cron Jobs

2.5.4
-----
[Demo Video](https://www.youtube.com/watch?v=tguvkw1HWKg)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ See the license [here][] or contact [license@magentocommerce.com][] for a copy.

<!-- Link Definitions -->
[Getting Started]: docs/getting-started.md
[Contribution Guidelines]: .github/CONTRIBUTING.html
[Contribution Guidelines]: https://github.com/magento/magento2-functional-testing-framework/blob/develop/.github/CONTRIBUTING.md
[DevDocs Contributing]: https://github.com/magento/devdocs/blob/master/.github/CONTRIBUTING.md
[security@magento.com]: mailto:security@magento.com
[encryption key]: https://info2.magento.com/rs/magentoenterprise/images/security_at_magento.asc
[here]: https://magento.com/security/reporting-magento-security-issue
[Security Alert Notifications]: https://magento.com/security/sign-up
[here]: LICENSE_AGPL3.txt
[license@magentocommerce.com]: mailto:license@magentocommerce.com
[license@magentocommerce.com]: mailto:license@magentocommerce.com
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/magento2-functional-testing-framework",
"description": "Magento2 Functional Testing Framework",
"type": "library",
"version": "2.5.4",
"version": "2.6.0",
"license": "AGPL-3.0",
"keywords": ["magento", "automation", "functional", "testing"],
"config": {
Expand Down
Loading