Skip to content

Commit

Permalink
Merge pull request #208 from magento-gl/3.10.2-RC
Browse files Browse the repository at this point in the history
3.10.2-RC : mftf deployment
  • Loading branch information
jilu1 authored Aug 24, 2022
2 parents c0c3380 + a3cb74f commit 919b2c3
Show file tree
Hide file tree
Showing 11 changed files with 111 additions and 103 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Magento Functional Testing Framework Changelog
================================================

3.10.2
---------

### Fixes

* Fixed admin credentials being output to console in WebAPIAuth
* Fixed links in docs


3.10.1
---------

Expand Down
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": "3.10.1",
"version": "3.10.2",
"license": "AGPL-3.0",
"keywords": ["magento", "automation", "functional", "testing"],
"config": {
Expand Down
3 changes: 2 additions & 1 deletion composer.lock

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

2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,4 +443,4 @@ MAGENTO_ADMIN_WEBAPI_TOKEN_LIFETIME=10800
[`MAGENTO_CLI_COMMAND_PATH`]: #magento_cli_command_path
[generateDate]: test/actions.md#generatedate
[mftf]: commands/mftf.md
[timezones]: http://php.net/manual/en/timezones.php
[timezones]: https://php.net/manual/en/timezones.php
2 changes: 1 addition & 1 deletion docs/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,6 @@ Attributes|Type|Use|Description
[`<required-entities>`]: #requiredentity-tag
[`<var>`]: #var-tag
[Actions]: ./test/actions.md
[category creation]: http://docs.magento.com/m2/ce/user_guide/catalog/category-create.html
[category creation]: https://docs.magento.com/user-guide/catalog/category-create.html
[Credentials]: ./credentials.md
[test actions]: ./test/actions.md#actions-returning-a-variable
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,15 +347,15 @@ allure serve dev/tests/_output/allure-results/
[`MAGENTO_BP`]: configuration.html#magento_bp
[`mftf`]: commands/mftf.html
[allure docs]: https://docs.qameta.io/allure/
[Allure Framework]: http://allure.qatools.ru/
[Allure Framework]: https://github.com/allure-framework
[basic configuration]: configuration.html#basic-configuration
[chrome driver]: https://sites.google.com/a/chromium.org/chromedriver/downloads
[Codeception Test execution]: https://blog.jetbrains.com/phpstorm/2017/03/codeception-support-comes-to-phpstorm-2017-1/
[composer]: https://getcomposer.org/download/
[Configuration]: configuration.html
[contributing]: https://github.com/magento/magento2-functional-testing-framework/blob/develop/.github/CONTRIBUTING.md
[install Allure]: https://github.com/allure-framework/allure2#download
[java]: http://www.oracle.com/technetwork/java/javase/downloads/index.html
[java]: https://www.oracle.com/java/technologies/downloads/
[mftf tests]: introduction.html#mftf-tests
[php]: https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements.html
[PhpStorm]: https://www.jetbrains.com/phpstorm/
Expand Down
2 changes: 1 addition & 1 deletion docs/reporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ Refer to the [Reporting section][] for more Allure CLI details.
[`run:group`]: commands/mftf.md#rungroup
[`run:test`]: commands/mftf.md#runtest
[Allure Framework]: https://docs.qameta.io/allure/
[Allure Test Report]: http://allure.qatools.ru/
[Allure Test Report]: https://github.com/allure-framework
[codecept]: commands/codeception.md
[codeception]: https://codeception.com/docs/reference/Commands
[mftf]: commands/mftf.md
Expand Down
2 changes: 1 addition & 1 deletion docs/section/locator-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ Given the above element definitions, you call the elements in a test just like a
<!-- {% endraw %} -->

<!-- Link Definitions -->
[Locator functions]: http://codeception.com/docs/reference/Locator
[Locator functions]: https://codeception.com/docs/reference/Locator
[section]: ../section.md
[parameterized selectors]: ./parameterized-selectors.md
Loading

0 comments on commit 919b2c3

Please sign in to comment.