You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/using-suites.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# Using suites
2
2
3
-
With the increasing number of MFTF tests, it's important to have a mechanism to organize and consolidate them for ease-of-use.
3
+
With increasing number of MFTF tests, it's important to have a mechanism to organize and consolidate them for ease-of-use.
4
4
5
5
## What is a suite?
6
6
7
-
Suite is a collection of MFTF tests that are intended to test specific behaviors of Magento. It may contain common initialization and clean up steps specific to the test cases included. Suites allow you to include, exclude and/or group tests with preconditions and post conditions.
8
-
You can create suites with tests, test groups and modules.
7
+
Suite is a collection of MFTF tests that are intended to test specific behaviors of Magento. It may contain common initialization and clean up steps specific to the test cases included. It allows you to include, exclude and/or group tests with preconditions and post conditions.
8
+
You can create a suite referencing tests, test groups and modules.
9
9
10
10
### How is a suite defined?
11
11
@@ -93,6 +93,6 @@ If a test is referenced in a suite, it can be run in the suite's context with MF
93
93
94
94
### When to use suites?
95
95
96
-
Suites are a great way to organize tests which need magento environment to be configured in a specific way as a pre-requisite. The conditions are executed once per suite which optimizes test execution time. If you wish to categorize tests based on functionality solely, use @group tags instead.
97
-
96
+
Suites are a great way to organize tests which need magento environment to be configured in a specific way as a pre-requisite. The conditions are executed once per suite which optimizes test execution time. If you wish to categorize tests solely based on functionality, use group tags instead.
0 commit comments