Open ilnytskyi opened 2 weeks ago
Hi @ilnytskyi. Thank you for your contribution! Here are some useful tips on how you can test your changes using Magento test environment. :exclamation: 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.
You can find more information about the builds here :information_source: Run only required test builds during development. Run all test builds before sending your pull request for review.
For more details, review the Code Contributions documentation. Join Magento Community Engineering Slack and ask your questions in #github channel.
@magento run all tests
@magento create issue
Description (*)
Due to the check based on object attribute there is no way to use custom implementations for catalog rule validation
Related Pull Requests
Fixed Issues (if relevant)
1.
Manual testing scenarios (*)
Expected Result:
Questions or comments
In SalesRule module there is a way to use custom classes and objects but not in catalog rules module.
Contribution checklist (*)
Resolved issues: