Skip to content

Small utility mod for saving gametest results in the JUnit5 XML format.

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE_HEADER.txt
Notifications You must be signed in to change notification settings

TeamGalacticraft/GameUnit

Repository files navigation

Maven metadata URL

GameUnit

A small utility mod for saving gametest results in the JUnit5 XML format.

Usage

Just add the following to your build.gradle

repositories {
    maven {
        url "https://maven.galacticraft.dev/"
    }
}

dependencies {
    modRuntime "dev.galacticraft:GameUnit:$gameunitVersion"
}
Gradle Kotlin DSL

If you're using a Kotlin DSL just add the following to your build.gradle.kts.

repositories {
    maven("https://maven.galacticraft.dev/")
}

dependencies {
    modRuntime("dev.galacticraft:GameUnit:$gameunitVersion")
}

And that's it.
When you run your gametest server task the results will be available at run/TEST-gameunit.xml.

About

Small utility mod for saving gametest results in the JUnit5 XML format.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE_HEADER.txt

Stars

Watchers

Forks

Packages

No packages published