@@ -11,30 +11,34 @@ AcceptanceTester class doesn't exist in suite folder.
11
11
Run the 'build' command to generate it
12
12
```
13
13
14
- #### Reason
14
+ ### Reason
15
15
16
16
Something went wrong during the ` mftf build:project ` command that prevented the creation of the AcceptanceTester class.
17
17
18
- #### Solution
18
+ ### Solution
19
19
20
- This issue is fixed in MFTF 2.5.0.
20
+ This issue is fixed in the MFTF 2.5.0.
21
21
22
- In versions of MFTF lower than 2.5.0 you should:
22
+ In versions of the MFTF lower than 2.5.0 you should:
23
23
24
24
1 . Open the functional.suite.yml file at:
25
- ``` terminal
26
- <magento root directory>/dev/tests/acceptance/tests/functional.suite.yml
27
- ```
28
- 2. Add quotation marks (`"`) around these values:
25
+
26
+ ``` terminal
27
+ <magento root directory>/dev/tests/acceptance/tests/functional.suite.yml
28
+ ```
29
+ 1 . Add quotation marks (` " ` ) around these values:
30
+
29
31
1 . ` %SELENIUM_HOST% `
30
- 2. `%SELENIUM_PORT%`
31
- 3. `%SELENIUM_PROTOCOL%`
32
- 4. `%SELENIUM_PATH%`
33
- 3. Run the `vendor/bin/mftf build:project` command again.
34
- 4. You should see the AcceptanceTester class is created at:
35
- ```terminal
32
+ 1 . ` %SELENIUM_PORT% `
33
+ 1 . ` %SELENIUM_PROTOCOL% `
34
+ 1 . ` %SELENIUM_PATH% `
35
+
36
+ 1 . Run the ` vendor/bin/mftf build:project ` command again.
37
+ 1 . You should see the AcceptanceTester class is created at:
38
+
39
+ ``` terminal
36
40
<magento root directory>/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/AcceptanceTester.php
37
- ```
41
+ ```
38
42
39
43
## WebDriver issues
40
44
@@ -51,7 +55,7 @@ No active session with ID e56f9260-b366-11e7-966b-db3e6f35d8e1
51
55
52
56
#### Reason
53
57
54
- Use of PhantomJS is not actually supported by the MFTF.
58
+ Use of PhantomJS is not supported by the MFTF.
55
59
56
60
#### Solution
57
61
@@ -83,7 +87,7 @@ Tests that use the `moveMouseOver` action cause an error when run locally.
83
87
84
88
#### Reason
85
89
86
- There's a compatibility issue with Codeception's ` moveMouseOver ` function and GeckoDriver with Firefox.
90
+ There is a compatibility issue with Codeception's ` moveMouseOver ` function and GeckoDriver with Firefox.
87
91
88
92
#### Solution
89
93
0 commit comments