Magento 2 contribution automated tests
I’ve started to contribute on Magento Open Source project on Github.
I did my first commit and opened a pull request.
I added/replaced some lines of code in a JS file, trying to follow all the guide lines from Magento.
5 of 15 automated tests fail and watching into details (for example: Static Tests) I’m not able to find the reason why these tests fails…
What I see is all “green” and some tests skipped “grey” but nothing failed “red”.
This is the PR link: https://github.com/magento/magento2/pull/35468
Any comment will be appreciated.
Thanks