The integration test can be performed as follows: ``` # 1. Start docker-compose: docker-compose -f tests/integration/targets/keycloak_clientscope_type/docker-compose.yml down docker-compose -f tests/integration/targets/keycloak_clientscope_type/docker-compose.yml up -d # 2. Run the integration tests: ansible-test integration keycloak_clientscope_type --allow-unsupported -v ```