Refer to the general Contribution Guidelines.
To run integration tests locally, you need to have an ArcadeDB server running. You can start it using Docker:
docker run -d -p 2480:2480 -e JAVA_OPTS="-Darcadedb.server.rootPassword=arcadedb" arcadedata/arcadedb:latestThen run the integration tests, providing the credentials via environment variables:
ARCADEDB_USERNAME=root ARCADEDB_PASSWORD=arcadedb hatch run test:integration