Skip to content

mkovacek/how-to-test-aem-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Codacy Badge

Behavioural testing in Adobe Experience Manager (AEM)

  • Example project based on Product details API implementation
  • AEM 6.5, Junit 5 & AEM Mocks

For more details check Test behaviour, not implementation

  • tl;dr;
    • if you don't write tests, start writing it
    • test requirements not implementation
    • developers should have time for writing tests

How to run tests

mvn clean test