Back to Neo4j

Cypher Shell Integration Tests

community/cypher-shell/integration-test-expect/README.md

2026.04.0563 B
Original Source

Cypher Shell Integration Tests

This module contains integration tests that manage their own dependencies with testcontainers.

How to run

  1. mvn integration-test --projects org.neo4j:cypher-shell-integration-test-expect -DenableCypherShellIntegrationTest or directly from your IDE of choice.

Add tests

  1. Create an Expect script in src/test/resources/expect/tests/.
  2. Create a text file with expected interaction with the same name and .expected appended.
  3. Run any test extending ExpectTestBase.