Hi Ludovic,
I have setup the pom file to allow integration tests. Also, plain old junit
tests can be added if required (**/*TTest.java : unit-tests, **/*ITest.java
: integration-tests). Also, I have added integration tests for basic
operations on spaces and pages. I was thinking if i should replicate these
tests across different views ? WDYT ?
To run the tests, simply execute `mvn clean integration-test`
Thanks.
- Asiri