From 44159b530c03cc022920269d87c6e2a08e167eb9 Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Tue, 13 Aug 2019 16:19:06 -0500 Subject: [PATCH 1/3] Adding action group ref file. --- docs/actiongroup-list.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/actiongroup-list.md diff --git a/docs/actiongroup-list.md b/docs/actiongroup-list.md new file mode 100644 index 000000000..61fbc5650 --- /dev/null +++ b/docs/actiongroup-list.md @@ -0,0 +1,30 @@ + + +# MFTF action group reference + +Action groups are important building blocks for quickly creating tests for the Magento Functional Testing Framework (MFTF). +This page lists all current action groups so that developers can see what is available to them. + +{% include mftf/actiongroup_data.md %} + +{% for item in actiongroups %} + +### {{ item.name }} +{% for file in item.items %} +#### [{{ file.filename }}]({{file.repo}}) + +{% for test in file.actiongroups %} +{{test.name}} + : {% if test.description == '' %}No description.{% else %}{{test.description}}{% endif %} +{: .mftf-dl} +{% endfor %} +{% endfor %} +{% endfor %} From 5895db48dac76880a0534e2fce27a5c84066935c Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Thu, 15 Aug 2019 09:21:55 -0500 Subject: [PATCH 2/3] Small grammar change. --- docs/actiongroup-list.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/actiongroup-list.md b/docs/actiongroup-list.md index 61fbc5650..6bc2a61c3 100644 --- a/docs/actiongroup-list.md +++ b/docs/actiongroup-list.md @@ -10,8 +10,8 @@ dl dt{ # MFTF action group reference -Action groups are important building blocks for quickly creating tests for the Magento Functional Testing Framework (MFTF). -This page lists all current action groups so that developers can see what is available to them. +Action groups are important building blocks for quickly creating tests for the Magento Functional Testing Framework. +This page lists all current action groups so developers can see what is available to them. {% include mftf/actiongroup_data.md %} From 17fea8eaa9977b0806de0352f8708be70f327188 Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Fri, 16 Aug 2019 08:11:35 -0500 Subject: [PATCH 3/3] moving template to devdocs. --- docs/actiongroup-list.md | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/docs/actiongroup-list.md b/docs/actiongroup-list.md index 6bc2a61c3..7b469f4ed 100644 --- a/docs/actiongroup-list.md +++ b/docs/actiongroup-list.md @@ -1,30 +1,6 @@ - - # MFTF action group reference Action groups are important building blocks for quickly creating tests for the Magento Functional Testing Framework. This page lists all current action groups so developers can see what is available to them. {% include mftf/actiongroup_data.md %} - -{% for item in actiongroups %} - -### {{ item.name }} -{% for file in item.items %} -#### [{{ file.filename }}]({{file.repo}}) - -{% for test in file.actiongroups %} -{{test.name}} - : {% if test.description == '' %}No description.{% else %}{{test.description}}{% endif %} -{: .mftf-dl} -{% endfor %} -{% endfor %} -{% endfor %}