Commit 1062018
committed
MQE-876: Add Skipped Tests in Allure Report
- TestObject now has getter for boolean for check if group annotation is skip
- Test Generator generates skip code if the above getter returns true
MQE-876: Add Skipped Tests in Allure Report
- Fixed Static checks
MQE-876: Add Skipped Tests in Allure Report
- Refactored based on review
MQE-876: Add Skipped Tests in Allure Report
- Added newline to skip test generation to meet coding standards1 parent 2fe0d2a commit 1062018
File tree
2 files changed
+22
-4
lines changed- src/Magento/FunctionalTestingFramework
- Test/Objects
- Util
2 files changed
+22
-4
lines changedLines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
91 | 104 | | |
92 | 105 | | |
93 | 106 | | |
| |||
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1507 | 1507 | | |
1508 | 1508 | | |
1509 | 1509 | | |
1510 | | - | |
1511 | | - | |
1512 | | - | |
1513 | | - | |
| 1510 | + | |
| 1511 | + | |
| 1512 | + | |
| 1513 | + | |
| 1514 | + | |
| 1515 | + | |
| 1516 | + | |
| 1517 | + | |
| 1518 | + | |
1514 | 1519 | | |
1515 | 1520 | | |
1516 | 1521 | | |
| |||
0 commit comments