-
Notifications
You must be signed in to change notification settings - Fork 18
Running tests on PR
Michail Slabko edited this page Sep 16, 2020
·
3 revisions
❗ Automated tests can be triggered manually with an appropriate comment:
-
@magento run all tests
- run or re-run all required tests against the PR changes -
@magento run <test-build(s)>
- run or re-run specific test build(s) For example:@magento run Unit Tests
<test-build(s)>
is a comma-separated list of build names. Allowed build names are:
Database Compare
Functional Tests CE
-
Functional Tests EE
, Functional Tests B2B
Integration Tests
Magento Health Index
Sample Data Tests CE
Sample Data Tests EE
Sample Data Tests B2B
Static Tests
Unit Tests
Here is the supported format of the comment:
@magento run all tests [against <magento-version>]
[with env[ironment] PHP <php-version>, [search-engine <search-engine> <search-engine-version>,] [database <database> <database-version>]]
[with edition[s] <comma-separated-editions>]
[with extension[s] <comma-separated-extension-repos-with-optional-branch>]
[without extension[s] <comma-separated-extension-repos-to-exclude>]
or
@magento run <comma-separated-build-names> [against <magento-version>]
[with env[ironment] PHP <php-version>, [search-engine <search-engine> <search-engine-version>,] [database <database> <database-version>]]
[with edition[s] <comma-separated-editions>]
[with extension[s] <comma-separated-extension-repos-with-optional-branch>]
[without extension[s] <comma-separated-extension-repos-to-exclude>]
Example of the comment:
@magento run Unit Tests, Functional Tests EE against 2.4-develop
with env PHP 7.2, search-engine ElasticSearch 6, database MariaDB 10.2
with editions EE, B2B
with extensions magento/security-package:1.0-develop, magento/security-package-ee
without extension magento/magento2-page-builder-ee
full feature list (internal): https://github.com/magento/engcom-githubapp-pr-mts-builds
- Home
- Onboarding
- Development:
- Project agreements
- Time Off Tracking List
- Design Documents:
- QA
- Demo
- Contacts