GregoryBevan / junit5_sbt

Example project with sbt as build tool and JUnit 5 for tests execution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JUnit 5 with Sbt

This is a sample project to run Junit 5 test with the Sbt build tool.

Things works well for a classic source structure, when launching :

sbt test

But tests under it directory couldn't be launched with the following command :

sbt it:test

The project is correctly configured in IntelliJ and the integration test runs successfully.

About

Example project with sbt as build tool and JUnit 5 for tests execution


Languages

Language:Scala 65.8%Language:Java 34.2%