• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

alphagov/gradle-gatling-plugin: gradle plugin for running gatling scenarios

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

alphagov/gradle-gatling-plugin

开源软件地址(OpenSource Url):

https://github.com/alphagov/gradle-gatling-plugin

开源编程语言(OpenSource Language):

Groovy 100.0%

开源软件介绍(OpenSource Introduction):

Setup

Build the plugin with ./gradlew, this by default places an artifact in mavenLocal.

Add the following to your project's build.gradle:

apply plugin: 'gatling'
buildscript {
	dependencies {
		classpath group:'uk.gov', name:'gradle-gatling-plugin', version:'1.2-SNAPSHOT'
	}
	repositories {
		mavenLocal()
	}
}

You also need some dependencies in order for Gatling itself to be available to your project. Update the version numbers as required:

dependencies {
    testCompile 'io.gatling.highcharts:gatling-charts-highcharts:2.2.3'
}

For further information on how to install Gatling please consult the Gatling Installation documentation.

Use

Put gatling scenarios in src/test/scala and make sure the class name ends with Scenario.

Tasks

gatlingTest

This will run all Scenarios provided in src/test/scala.

Alternatively you can specify the scenarios to run in your gradle file:

gatling {
  scenarios = [ "package.MySimulation", ... ]
}

openGatlingReport

Opens the report for the most recently run gatling scenario. If you have more than one scenario, use openGatlingReports.

openGatlingReports

Opens all gatling reports in build/gatling-reports.

Building

gradle install



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
ikidou/Retrofit2Demo发布时间:2022-06-14
下一篇:
alikslee/gradle-tips: Gradle tips for all of us发布时间:2022-06-14
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap