Search Gradle plugins

com.malinskiy.marathon

Marathon is a fast and platform-independent test runner focused on performance and stability

https://docs.marathonlabs.io/

Sources: https://github.com/MarathonLabs/marathon

Version 0.8.2

0.8.2

Created 04 May 2023.

Marathon is a fast and platform-independent test runner focused on performance and stability

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.malinskiy.marathon") version "0.8.2"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.malinskiy.marathon:marathon-gradle-plugin:0.8.2")
      }
    }
    
    apply(plugin = "com.malinskiy.marathon")
  • Applying plugins to all subprojects .