Skip to content

Update migrated pages #7

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 3 commits into from
Dec 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@

name: CI

on: [pull_request]
on:
pull_request:
paths-ignore:
- 'docs/**'

jobs:
unit-tests:
Expand Down
2 changes: 1 addition & 1 deletion docs/backward-incompatible-changes.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/best-practices.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/codeception.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/mftf.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Configuration
redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/configuration/
layout: migrated
status: migrated
---

# Configuration
Expand Down
2 changes: 1 addition & 1 deletion docs/configure-2fa.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/credentials.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Credentials
redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/credentials/
layout: migrated
status: migrated
---

# Credentials
Expand Down
2 changes: 1 addition & 1 deletion docs/custom-helpers.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/data.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/debugging.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Debugging
redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/debugging/
layout: migrated
status: migrated
---

# Debugging
Expand Down
2 changes: 1 addition & 1 deletion docs/extending.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Extending
redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/extending/
layout: migrated
status: migrated
---

# Extending
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/action-groups.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/cicd.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/git-vs-composer-install.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/selectors.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/test-isolation.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/test-modularity.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/using-suites.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/interactive-pause.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/merge_points/extend-action-groups.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/merge_points/extend-data.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/merge_points/extend-tests.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/merge_points/introduction.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/merge_points/merge-action-groups.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/merge_points/merge-data.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/merge_points/merge-pages.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/merge_points/merge-sections.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/merge_points/merge-tests.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/merging.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Merging
redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/merging/
layout: migrated
status: migrated
---

# Merging
Expand Down
2 changes: 1 addition & 1 deletion docs/metadata.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Metadata
redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/metadata/
layout: migrated
status: migrated
---

# Metadata
Expand Down
2 changes: 1 addition & 1 deletion docs/mftf-tests-packaging.md
Original file line number Diff line number Diff line change
@@ -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
---

<style>
Expand Down
2 changes: 1 addition & 1 deletion docs/page.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Page structure
redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/page/
layout: migrated
status: migrated
---

# Page structure
Expand Down
2 changes: 1 addition & 1 deletion docs/reporting.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Reporting
redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/reporting/
layout: migrated
status: migrated
---

# Reporting
Expand Down
2 changes: 1 addition & 1 deletion docs/section.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Section structure
redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/section/
layout: migrated
status: migrated
---

# Section structure
Expand Down
2 changes: 1 addition & 1 deletion docs/section/locator-functions.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Locator functions
redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/section/locator-functions/
layout: migrated
status: migrated
---

# Locator functions
Expand Down
2 changes: 1 addition & 1 deletion docs/section/parameterized-selectors.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Parameterized selectors
redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/section/parameterized-selectors/
layout: migrated
status: migrated
---

# Parameterized selectors
Expand Down
2 changes: 1 addition & 1 deletion docs/selectors.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Selectors
redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/test-writing/selectors/
layout: migrated
status: migrated
---

## Selectors
Expand Down
2 changes: 1 addition & 1 deletion docs/suite.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Suites
redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/suite/
layout: migrated
status: migrated
---

# Suites
Expand Down
2 changes: 1 addition & 1 deletion docs/test-prep.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Preparing a test for MFTF
redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/test-writing/test-prep/
layout: migrated
status: migrated
---

# Preparing a test for MFTF
Expand Down
2 changes: 1 addition & 1 deletion docs/test.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Test
redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/test/
layout: migrated
status: migrated
---

# Test
Expand Down
2 changes: 1 addition & 1 deletion docs/test/action-groups.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Action groups
redirect_to: https://developer.adobe.com/commerce/testing/functional-testing-framework/test/action-groups/
layout: migrated
status: migrated
---

# Action groups
Expand Down
Loading