Skip to content

Catena-Media/Dtective-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

36 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

logo

Dtective Boilerplate

Quickstart

This repository has the boilerplate code necessary to start writing tests as fast as possible. To get the boilerplate please clone this repository. Check the docs for more information on how to get started, installations and necessary configuration.

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?

Please open one in our main repository issue tracker: