Search Gradle plugins

org.rewedigital.frost

Creates a system test runtime to enable powerful UI testing during your CI build.

https://github.com/rewe-digital-incubator/frost

Sources: https://github.com/rewe-digital-incubator/frost

Version 0.5.1 (latest)

0.5.1

Created 04 January 2019.

Creates a system test runtime to enable powerful UI testing during your CI build.

Add this plugin to your build using the plugins DSL:

plugins {
  id("org.rewedigital.frost") version "0.5.1"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("org.rewedigital:frost:0.5.1")
      }
    }
    
    apply(plugin = "org.rewedigital.frost")
  • Applying plugins to all subprojects .