Aplicación e-commerce completa con ejemplos de tests unitarios, integración y end-to-end.
mvn testmvn test -Dtest=*Test -Dexclude=**/*IntegrationTest.java,**/*E2ETest.javamvn test -Dtest=*IntegrationTestmvn test -Dtest=*E2ETestmvn test -Dtest=ProductServiceTest
mvn test -Dtest=ProductControllerIntegrationTest
mvn test -Dtest=EcommerceE2ETestmvn test -Dtest=ProductServiceTest#shouldCreateProductWithValidDatamvn test jacoco:report
# Abierto en: target/site/jacoco/index.html