# twake-calendar-integration-tests **Repository Path**: mirrors_linagora/twake-calendar-integration-tests ## Basic Information - **Project Name**: twake-calendar-integration-tests - **Description**: Integration test bench for Twake Calendar - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-20 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Integration test suite for Dav servers Running the tests: ``` mvn clean install ``` ## AMQP scheduling (`esn-sabre`): ``` # Default disable: env AMQP_SCHEDULING_ENABLED = false mvn test # Enable mvn test -Damqp.scheduling.enabled=true ```