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
By default, Allure generates reports in the `allure-report/` at the current directory.
304
304
For example, if you run the command without `-o` flag while you are in the `magento2/` directory, Allure will generate a report at the `magento2/allure-report/` directory.
There is no need to use sequential variables like `{{var1}}`, `{{var2}}`. Parameterized replacement reads variables and maps them to the test call of the element sequentially from left to right, meaning you can use a selector like `#element .{{categoryId}} .{{productId}}`."
Copy file name to clipboardExpand all lines: docs/test/actions.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
# Test actions
2
2
3
-
4
3
Actions in the MFTF allow you to automate different scenarios of Magento user's actions.
5
4
They are mostly XML implementations of [Codeception actions](http://codeception.com/docs/modules/WebDriver#Actions).
6
5
Some actions drive browser elements, while others use REST APIs.
@@ -153,7 +152,6 @@ The only difference is that different data is assigned to the attributes, which
153
152
<!-- {% endraw %} -->
154
153
155
154
Here, [`<click>`](#click) performs a click on a button that can be found by the selector that is stored in the `signInAccountButton` of the `StorefrontCustomerSignInFormSection`.
156
-
See the `StorefrontCustomerSignInPage.xml` file code in [step 2](#section-code).
157
155
158
156
## Actions returning a variable
159
157
@@ -1349,7 +1347,7 @@ Note that the makeScreenshot action does not automatically add the screenshot to
0 commit comments