Quickstart

Please clone the boilerplate code necessary to start writing tests as fast as possible.

Also take a look at the cheatsheet to start writing tests right away.

Important: The drivers are missing from the boilerplate. Please download them and add them to the project root. Check the installation instructions to find links for the drivers.

Keep the boilerplate updated with Dtective latest changes by bumping the version in the pom.xml.

<dependency>
    <groupId>io.dtective</groupId>
    <artifactId>dtective-core</artifactId>
    <version>1.0.0</version>
</dependency>

Do you want to submit an issue? Have an idea for a feature?

🔮 Take a look at our Roadmap here to see what we have been planning 🔮

Join us in Gitter !


Feature overview
Installation