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
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/contributor-guide/pull-request-tests.md
+32-30Lines changed: 32 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,9 @@ Integration Tests are PHPUnit-based tests that check the behaviour of group of M
37
37
38
38
### WebAPI Tests
39
39
WebAPI Tests are functional tests that check the behavior of Magento Web API endpoints. They send requests to endpoints of installed Magento instance and and then check the response received and the state of the instance. Currently they include three kinds of tests:
40
-
* SOAP Web API tests
41
-
* REST Web API tests
42
-
* GraphQL WEB API tests
40
+
- SOAP Web API tests
41
+
- REST Web API tests
42
+
- GraphQL WEB API tests
43
43
44
44
### Static Tests
45
45
Static Tests are set of different checks that analyze each single file of Magento code base separately. Most of them analyze the whole Magento code base whereas some run only against the change set.
@@ -51,33 +51,33 @@ Database Compare is a test which compares DB schema and data between freshly ins
51
51
### Magento Component Health Index
52
52
53
53
Magento Component Health Index is a test which analyses Magento code quality and calculates weighted health index (100 is great, lower is worse) per Magento Component (module). The index is calculated based on 3 groups of indicators:
54
-
* General code quality indicators (GCQI). The metrics described [here](http://pdepend.org/documentation/software-metrics/index.html):
When the tests are launched against a pull request that contains links to related pull request in the description the related pull requests branches will be used as a code base for the tests instead of mainline.
116
118
Check runs will be updated for each of the related pull requests.
0 commit comments