{"id":13734342,"url":"https://github.com/alphagov/gradle-gatling-plugin","last_synced_at":"2025-05-08T10:31:31.029Z","repository":{"id":53052906,"uuid":"22502397","full_name":"alphagov/gradle-gatling-plugin","owner":"alphagov","description":"gradle plugin for running gatling scenarios","archived":true,"fork":false,"pushed_at":"2023-12-04T14:37:10.000Z","size":152,"stargazers_count":13,"open_issues_count":4,"forks_count":19,"subscribers_count":51,"default_branch":"master","last_synced_at":"2024-08-04T03:03:35.719Z","etag":null,"topics":["verify"],"latest_commit_sha":null,"homepage":null,"language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alphagov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-01T08:59:16.000Z","updated_at":"2023-12-19T12:13:07.000Z","dependencies_parsed_at":"2022-09-04T08:31:00.123Z","dependency_job_id":null,"html_url":"https://github.com/alphagov/gradle-gatling-plugin","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphagov%2Fgradle-gatling-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphagov%2Fgradle-gatling-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphagov%2Fgradle-gatling-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphagov%2Fgradle-gatling-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alphagov","download_url":"https://codeload.github.com/alphagov/gradle-gatling-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224720929,"owners_count":17358484,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["verify"],"created_at":"2024-08-03T03:00:54.857Z","updated_at":"2024-11-15T02:32:36.115Z","avatar_url":"https://github.com/alphagov.png","language":"Groovy","funding_links":[],"categories":["Plugins"],"sub_categories":["Testing"],"readme":"# Setup\n\nBuild the plugin with `./gradlew`, this by default places an artifact in mavenLocal.\n\nAdd the following to your project's `build.gradle`:\n\n\tapply plugin: 'gatling'\n\tbuildscript {\n\t\tdependencies {\n\t\t\tclasspath group:'uk.gov', name:'gradle-gatling-plugin', version:'1.2-SNAPSHOT'\n\t\t}\n\t\trepositories {\n\t\t\tmavenLocal()\n\t\t}\n\t}\n\nYou also need some dependencies in order for Gatling itself to be available to your project.  Update the version numbers as required:\n\n    dependencies {\n        testCompile 'io.gatling.highcharts:gatling-charts-highcharts:2.2.3'\n    }\n\nFor further information on how to install Gatling please consult the Gatling [Installation](https://gatling.io/docs/current/installation/) documentation.\n\n# Use\n\nPut [gatling][1] scenarios in `src/test/scala` and make sure the class name ends with `Scenario`.\n\n# Tasks\n\n## gatlingTest\n\nThis will run all Scenarios provided in `src/test/scala`.\n\nAlternatively you can specify the scenarios to run in your gradle file:\n\n````\ngatling {\n  scenarios = [ \"package.MySimulation\", ... ]\n}\n````\n\n## openGatlingReport\n\nOpens the report for the most recently run gatling scenario.  If you have more than one scenario, use `openGatlingReports`.\n\n## openGatlingReports\n\nOpens all gatling reports in `build/gatling-reports`.\n\n# Building\n\n\tgradle install\n\n[1]: http://gatling-tool.org/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falphagov%2Fgradle-gatling-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falphagov%2Fgradle-gatling-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falphagov%2Fgradle-gatling-plugin/lists"}