Skip to content

Commit 919b2c3

Browse files
authored
Merge pull request #208 from magento-gl/3.10.2-RC
3.10.2-RC : mftf deployment
2 parents c0c3380 + a3cb74f commit 919b2c3

File tree

11 files changed

+111
-103
lines changed

11 files changed

+111
-103
lines changed

Diff for: CHANGELOG.md

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

4+
3.10.2
5+
---------
6+
7+
### Fixes
8+
9+
* Fixed admin credentials being output to console in WebAPIAuth
10+
* Fixed links in docs
11+
12+
413
3.10.1
514
---------
615

Diff for: 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.10.1",
5+
"version": "3.10.2",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {

Diff for: composer.lock

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: docs/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -443,4 +443,4 @@ MAGENTO_ADMIN_WEBAPI_TOKEN_LIFETIME=10800
443443
[`MAGENTO_CLI_COMMAND_PATH`]: #magento_cli_command_path
444444
[generateDate]: test/actions.md#generatedate
445445
[mftf]: commands/mftf.md
446-
[timezones]: http://php.net/manual/en/timezones.php
446+
[timezones]: https://php.net/manual/en/timezones.php

Diff for: docs/data.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,6 @@ Attributes|Type|Use|Description
340340
[`<required-entities>`]: #requiredentity-tag
341341
[`<var>`]: #var-tag
342342
[Actions]: ./test/actions.md
343-
[category creation]: http://docs.magento.com/m2/ce/user_guide/catalog/category-create.html
343+
[category creation]: https://docs.magento.com/user-guide/catalog/category-create.html
344344
[Credentials]: ./credentials.md
345345
[test actions]: ./test/actions.md#actions-returning-a-variable

Diff for: docs/getting-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -347,15 +347,15 @@ allure serve dev/tests/_output/allure-results/
347347
[`MAGENTO_BP`]: configuration.html#magento_bp
348348
[`mftf`]: commands/mftf.html
349349
[allure docs]: https://docs.qameta.io/allure/
350-
[Allure Framework]: http://allure.qatools.ru/
350+
[Allure Framework]: https://github.com/allure-framework
351351
[basic configuration]: configuration.html#basic-configuration
352352
[chrome driver]: https://sites.google.com/a/chromium.org/chromedriver/downloads
353353
[Codeception Test execution]: https://blog.jetbrains.com/phpstorm/2017/03/codeception-support-comes-to-phpstorm-2017-1/
354354
[composer]: https://getcomposer.org/download/
355355
[Configuration]: configuration.html
356356
[contributing]: https://github.com/magento/magento2-functional-testing-framework/blob/develop/.github/CONTRIBUTING.md
357357
[install Allure]: https://github.com/allure-framework/allure2#download
358-
[java]: http://www.oracle.com/technetwork/java/javase/downloads/index.html
358+
[java]: https://www.oracle.com/java/technologies/downloads/
359359
[mftf tests]: introduction.html#mftf-tests
360360
[php]: https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements.html
361361
[PhpStorm]: https://www.jetbrains.com/phpstorm/

Diff for: docs/reporting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Refer to the [Reporting section][] for more Allure CLI details.
305305
[`run:group`]: commands/mftf.md#rungroup
306306
[`run:test`]: commands/mftf.md#runtest
307307
[Allure Framework]: https://docs.qameta.io/allure/
308-
[Allure Test Report]: http://allure.qatools.ru/
308+
[Allure Test Report]: https://github.com/allure-framework
309309
[codecept]: commands/codeception.md
310310
[codeception]: https://codeception.com/docs/reference/Commands
311311
[mftf]: commands/mftf.md

Diff for: docs/section/locator-functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ Given the above element definitions, you call the elements in a test just like a
4040
<!-- {% endraw %} -->
4141

4242
<!-- Link Definitions -->
43-
[Locator functions]: http://codeception.com/docs/reference/Locator
43+
[Locator functions]: https://codeception.com/docs/reference/Locator
4444
[section]: ../section.md
4545
[parameterized selectors]: ./parameterized-selectors.md

0 commit comments

Comments
 (0)