Skip to content
This repository was archived by the owner on Nov 18, 2021. It is now read-only.

gatling/frontline-gradle-plugin

Repository files navigation

FrontLine Gradle plugin

test-only

Gradle plugin to create a package in the format expected by Gatling FrontLine.

Dependency

This plugin applies io.gatling.gradle.

Dev testing

Steps to be able to dev test this plugin:

  1. Checkout this project:

    $ git clone [email protected]:gatling/frontline-gradle-plugin.git
  2. In a separate directory, create a toy project containing:

    • settings.gradle:

      includeBuild '<path/to>/frontline-gradle-plugin'
      
    • build.gradle:

      plugins {
         id 'io.gatling.frontline.gradle'
      }
      
      repositories {
         mavenCentral()
         jcenter()
      }
      
      sourceCompatibility = 1.8
      targetCompatibility = 1.8

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages