/opencypher-tck-tests

Project for running the openCypher TCK tests

Primary LanguageJava

opencypher-tck-tests

Build Status

[latest test outputs]

Contributor's guide

First, build the repository from command line to generate the source files for the Xtext grammar. To do this, navigate the the folder of the repository and issue the following command:

./gradlew build -x test

IntelliJ IDEA

Install the following dependencies:

Import the repository as a Gradle project. If you previously imported the project, go to the Gradle view and update the project.

Eclipse

It is recommended to start with the Eclipse Scala IDE.

Install the following dependencies:

  1. Go to Help | Install New Software... and install the following plug-ins from the update site of your Eclipse release (e.g. the Neon update site):

    • Xtend IDE
    • Xtext Complete SDK
  2. Go to Help | Eclipse Marketplace... and install the Buildship: Eclipse Plug-ins for Gradle plug-in.

Import the repository as a Gradle project. You might need to update the Gradle project: right click on the parent project and pick Gradle | Refresh Gradle Project.

License

License pending.