We are building a shop for a customer on Shopware 6.3.5.2 and want to use tests to
- ensure that core functionality is not broken by our customizations (static plugins)
- write new tests for new functionality
There is Running End-to-End Tests but this seems to be for core development and uses psh.phar which is not available in the production template.
How should this be done?
edit This question is meant a bit broader and concerns also Unit Tests.