From 5af32e4c89753e7c3ef47d76823dd8e15f70182b Mon Sep 17 00:00:00 2001 From: Dmytro Shevtsov Date: Thu, 15 Dec 2022 13:55:28 -0600 Subject: [PATCH 1/3] Update migrated pages Replace 'layout' with 'status' --- docs/backward-incompatible-changes.md | 2 +- docs/best-practices.md | 2 +- docs/commands/codeception.md | 2 +- docs/commands/mftf.md | 2 +- docs/configuration.md | 2 +- docs/configure-2fa.md | 2 +- docs/credentials.md | 2 +- docs/custom-helpers.md | 2 +- docs/data.md | 2 +- docs/debugging.md | 2 +- docs/extending.md | 2 +- docs/getting-started.md | 2 +- docs/guides/action-groups.md | 2 +- docs/guides/cicd.md | 2 +- docs/guides/git-vs-composer-install.md | 2 +- docs/guides/selectors.md | 2 +- docs/guides/test-isolation.md | 2 +- docs/guides/test-modularity.md | 2 +- docs/guides/using-suites.md | 2 +- docs/interactive-pause.md | 2 +- docs/introduction.md | 2 +- docs/merge_points/extend-action-groups.md | 2 +- docs/merge_points/extend-data.md | 2 +- docs/merge_points/extend-tests.md | 2 +- docs/merge_points/introduction.md | 2 +- docs/merge_points/merge-action-groups.md | 2 +- docs/merge_points/merge-data.md | 2 +- docs/merge_points/merge-pages.md | 2 +- docs/merge_points/merge-sections.md | 2 +- docs/merge_points/merge-tests.md | 2 +- docs/merging.md | 2 +- docs/metadata.md | 2 +- docs/mftf-tests-packaging.md | 2 +- docs/page.md | 2 +- docs/reporting.md | 2 +- docs/section.md | 2 +- docs/section/locator-functions.md | 2 +- docs/section/parameterized-selectors.md | 2 +- docs/selectors.md | 2 +- docs/suite.md | 2 +- docs/test-prep.md | 2 +- docs/test.md | 2 +- docs/test/action-groups.md | 2 +- docs/test/actions.md | 2 +- docs/test/annotations.md | 2 +- docs/test/assertions.md | 2 +- docs/tips-tricks.md | 2 +- docs/troubleshooting.md | 2 +- docs/update.md | 2 +- docs/versioning.md | 2 +- 50 files changed, 50 insertions(+), 50 deletions(-) diff --git a/docs/backward-incompatible-changes.md b/docs/backward-incompatible-changes.md index 9f447e6f4..5ee285941 100644 --- a/docs/backward-incompatible-changes.md +++ b/docs/backward-incompatible-changes.md @@ -1,7 +1,7 @@ --- title: MFTF 3.0.0 backward incompatible changes redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/backward-incompatible-changes/ -layout: migrated +status: migrated --- # MFTF 3.0.0 backward incompatible changes diff --git a/docs/best-practices.md b/docs/best-practices.md index 32b15dff2..ec6237b1c 100644 --- a/docs/best-practices.md +++ b/docs/best-practices.md @@ -1,7 +1,7 @@ --- title: Best practices redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/test-writing/best-practices/ -layout: migrated +status: migrated --- # Best practices diff --git a/docs/commands/codeception.md b/docs/commands/codeception.md index 65484e555..1905d7a1e 100644 --- a/docs/commands/codeception.md +++ b/docs/commands/codeception.md @@ -1,7 +1,7 @@ --- title: CLI commands - vendor/bin/codecept redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/commands/codeception/ -layout: migrated +status: migrated --- # CLI commands: vendor/bin/codecept diff --git a/docs/commands/mftf.md b/docs/commands/mftf.md index c673ef94e..4cfbdab93 100644 --- a/docs/commands/mftf.md +++ b/docs/commands/mftf.md @@ -1,7 +1,7 @@ --- title: CLI commands - vendor/bin/mftf redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/commands/mftf/ -layout: migrated +status: migrated --- # CLI commands: vendor/bin/mftf diff --git a/docs/configuration.md b/docs/configuration.md index bf86dccfe..fff885e1f 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1,7 +1,7 @@ --- title: Configuration redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/configuration/ -layout: migrated +status: migrated --- # Configuration diff --git a/docs/configure-2fa.md b/docs/configure-2fa.md index 04290c71e..783e9e360 100644 --- a/docs/configure-2fa.md +++ b/docs/configure-2fa.md @@ -1,7 +1,7 @@ --- title: Configuring MFTF for two-factor authentication (2FA) redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/two-factor-authentication/ -layout: migrated +status: migrated --- # Configuring MFTF for Two-Factor Authentication (2FA) diff --git a/docs/credentials.md b/docs/credentials.md index cef52e7f0..dc77cdb39 100644 --- a/docs/credentials.md +++ b/docs/credentials.md @@ -1,7 +1,7 @@ --- title: Credentials redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/credentials/ -layout: migrated +status: migrated --- # Credentials diff --git a/docs/custom-helpers.md b/docs/custom-helpers.md index dfad00ecd..d6647705f 100644 --- a/docs/custom-helpers.md +++ b/docs/custom-helpers.md @@ -1,7 +1,7 @@ --- title: Custom helpers redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/custom-helpers/ -layout: migrated +status: migrated --- # Custom Helpers diff --git a/docs/data.md b/docs/data.md index 1578ab8d4..c555e2df1 100644 --- a/docs/data.md +++ b/docs/data.md @@ -1,7 +1,7 @@ --- title: Input testing data redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/data/ -layout: migrated +status: migrated --- # Input testing data diff --git a/docs/debugging.md b/docs/debugging.md index 9ac6408a2..ad4fe33ee 100644 --- a/docs/debugging.md +++ b/docs/debugging.md @@ -1,7 +1,7 @@ --- title: Debugging redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/debugging/ -layout: migrated +status: migrated --- # Debugging diff --git a/docs/extending.md b/docs/extending.md index 0099de622..9672c0732 100644 --- a/docs/extending.md +++ b/docs/extending.md @@ -1,7 +1,7 @@ --- title: Extending redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/extending/ -layout: migrated +status: migrated --- # Extending diff --git a/docs/getting-started.md b/docs/getting-started.md index f96bf18ec..efdd16dbc 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -1,7 +1,7 @@ --- title: Getting started redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/getting-started/ -layout: migrated +status: migrated --- # Getting started diff --git a/docs/guides/action-groups.md b/docs/guides/action-groups.md index 4cb35bbc5..354ae707d 100644 --- a/docs/guides/action-groups.md +++ b/docs/guides/action-groups.md @@ -1,7 +1,7 @@ --- title: Action group best practices redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/test/action-group-best-practices/ -layout: migrated +status: migrated --- # Action Group Best Practices diff --git a/docs/guides/cicd.md b/docs/guides/cicd.md index 552233923..985a5123f 100644 --- a/docs/guides/cicd.md +++ b/docs/guides/cicd.md @@ -1,7 +1,7 @@ --- title: How to use MFTF in CICD redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/cicd/ -layout: migrated +status: migrated --- # How to use MFTF in CICD diff --git a/docs/guides/git-vs-composer-install.md b/docs/guides/git-vs-composer-install.md index 2052cf32f..bf24ed219 100644 --- a/docs/guides/git-vs-composer-install.md +++ b/docs/guides/git-vs-composer-install.md @@ -1,7 +1,7 @@ --- title: Git vs Composer installation of Magento with MFTF redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/git-vs-composer-install/ -layout: migrated +status: migrated --- # Git vs Composer installation of Magento with MFTF diff --git a/docs/guides/selectors.md b/docs/guides/selectors.md index 9f2622b81..cdbfa5fcc 100644 --- a/docs/guides/selectors.md +++ b/docs/guides/selectors.md @@ -1,7 +1,7 @@ --- title: How to write good selectors redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/test-writing/selectors/ -layout: migrated +status: migrated --- # How To write good selectors diff --git a/docs/guides/test-isolation.md b/docs/guides/test-isolation.md index 60c4dae47..64a04a152 100644 --- a/docs/guides/test-isolation.md +++ b/docs/guides/test-isolation.md @@ -1,7 +1,7 @@ --- title: Test isolation redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/test-writing/test-isolation/ -layout: migrated +status: migrated --- # Test Isolation diff --git a/docs/guides/test-modularity.md b/docs/guides/test-modularity.md index 2e88b279a..e9a407c3b 100644 --- a/docs/guides/test-modularity.md +++ b/docs/guides/test-modularity.md @@ -1,7 +1,7 @@ --- title: Test modularity redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/test-writing/test-modularity/ -layout: migrated +status: migrated --- # Test Modularity diff --git a/docs/guides/using-suites.md b/docs/guides/using-suites.md index 682c8490f..ea5f4c924 100644 --- a/docs/guides/using-suites.md +++ b/docs/guides/using-suites.md @@ -1,7 +1,7 @@ --- title: Using suites redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/test-writing/using-suites/ -layout: migrated +status: migrated --- # Using suites diff --git a/docs/interactive-pause.md b/docs/interactive-pause.md index b32355653..19a8e5681 100644 --- a/docs/interactive-pause.md +++ b/docs/interactive-pause.md @@ -1,7 +1,7 @@ --- title: Interactive pause redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/interactive-pause/ -layout: migrated +status: migrated --- # Interactive Pause diff --git a/docs/introduction.md b/docs/introduction.md index 56dd39254..c92083afe 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -1,7 +1,7 @@ --- title: Introduction to the Magento Functional Testing Framework redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/ -layout: migrated +status: migrated --- # Introduction to the Magento Functional Testing Framework diff --git a/docs/merge_points/extend-action-groups.md b/docs/merge_points/extend-action-groups.md index 09ae46330..c8fefade4 100644 --- a/docs/merge_points/extend-action-groups.md +++ b/docs/merge_points/extend-action-groups.md @@ -1,7 +1,7 @@ --- title: Extend action groups redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/merge-points/extend-action-groups/ -layout: migrated +status: migrated --- # Extend action groups diff --git a/docs/merge_points/extend-data.md b/docs/merge_points/extend-data.md index a17f32cf1..d2150fc61 100644 --- a/docs/merge_points/extend-data.md +++ b/docs/merge_points/extend-data.md @@ -1,7 +1,7 @@ --- title: Extend data entities redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/merge-points/extend-data/ -layout: migrated +status: migrated --- # Extend data entities diff --git a/docs/merge_points/extend-tests.md b/docs/merge_points/extend-tests.md index b87ad35d8..90e2c8b95 100644 --- a/docs/merge_points/extend-tests.md +++ b/docs/merge_points/extend-tests.md @@ -1,7 +1,7 @@ --- title: Extend tests redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/merge-points/extend-tests/ -layout: migrated +status: migrated --- # Extend tests diff --git a/docs/merge_points/introduction.md b/docs/merge_points/introduction.md index 2fb379a26..d0c75f784 100644 --- a/docs/merge_points/introduction.md +++ b/docs/merge_points/introduction.md @@ -1,7 +1,7 @@ --- title: Merge points for testing extensions in MFTF redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/merge-points/ -layout: migrated +status: migrated --- # Merge Points for testing extensions in MFTF diff --git a/docs/merge_points/merge-action-groups.md b/docs/merge_points/merge-action-groups.md index 80b533559..b4e2c4273 100644 --- a/docs/merge_points/merge-action-groups.md +++ b/docs/merge_points/merge-action-groups.md @@ -1,7 +1,7 @@ --- title: Merge action groups redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/merge-points/merge-action-groups/ -layout: migrated +status: migrated --- # Merge action groups diff --git a/docs/merge_points/merge-data.md b/docs/merge_points/merge-data.md index b392197c7..9bb64c692 100644 --- a/docs/merge_points/merge-data.md +++ b/docs/merge_points/merge-data.md @@ -1,7 +1,7 @@ --- title: Merge data redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/merge-points/merge-data/ -layout: migrated +status: migrated --- # Merge data diff --git a/docs/merge_points/merge-pages.md b/docs/merge_points/merge-pages.md index 1d46383df..2c4248744 100644 --- a/docs/merge_points/merge-pages.md +++ b/docs/merge_points/merge-pages.md @@ -1,7 +1,7 @@ --- title: Merge pages redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/merge-points/merge-pages/ -layout: migrated +status: migrated --- # Merge pages diff --git a/docs/merge_points/merge-sections.md b/docs/merge_points/merge-sections.md index fcd6a3726..3061eb265 100644 --- a/docs/merge_points/merge-sections.md +++ b/docs/merge_points/merge-sections.md @@ -1,7 +1,7 @@ --- title: Merge sections redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/merge-points/merge-sections/ -layout: migrated +status: migrated --- # Merge sections diff --git a/docs/merge_points/merge-tests.md b/docs/merge_points/merge-tests.md index f30ef0cfd..6051d6808 100644 --- a/docs/merge_points/merge-tests.md +++ b/docs/merge_points/merge-tests.md @@ -1,7 +1,7 @@ --- title: Merge tests redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/merge-points/merge-tests/ -layout: migrated +status: migrated --- # Merge tests diff --git a/docs/merging.md b/docs/merging.md index 7ee786ad1..01d6b6163 100644 --- a/docs/merging.md +++ b/docs/merging.md @@ -1,7 +1,7 @@ --- title: Merging redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/merging/ -layout: migrated +status: migrated --- # Merging diff --git a/docs/metadata.md b/docs/metadata.md index 17b466c11..2bae0c116 100644 --- a/docs/metadata.md +++ b/docs/metadata.md @@ -1,7 +1,7 @@ --- title: Metadata redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/metadata/ -layout: migrated +status: migrated --- # Metadata diff --git a/docs/mftf-tests-packaging.md b/docs/mftf-tests-packaging.md index e30b6aefc..961e1425c 100644 --- a/docs/mftf-tests-packaging.md +++ b/docs/mftf-tests-packaging.md @@ -1,7 +1,7 @@ --- title: MFTF functional test modules and packaging redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/mftf-tests-packaging/ -layout: migrated +status: migrated ---