All Projects → Tinkoff → gatling-template.g8

Tinkoff / gatling-template.g8

Licence: Apache-2.0 License
A Giter8 template for gatling performance test project

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to gatling-template.g8

Giter8
a command line tool to apply templates defined on GitHub
Stars: ✭ 1,645 (+11650%)
Mutual labels:  giter8
ReplayZero
Record local web traffic on your laptop and generate functional API tests, utilizing open source industry standards like Karate and Gatling
Stars: ✭ 25 (+78.57%)
Mutual labels:  gatling
awesome-gatling
A collection of resources covering different aspects of Gatling load-testing tool usage.
Stars: ✭ 36 (+157.14%)
Mutual labels:  gatling
pea
分布式压测引擎. A distributed stress tool based on gatling
Stars: ✭ 43 (+207.14%)
Mutual labels:  gatling
gatling-sbt-plugin
Gatling Plugin for SBT
Stars: ✭ 105 (+650%)
Mutual labels:  gatling
udash.g8
Giter8 template of a Udash application.
Stars: ✭ 17 (+21.43%)
Mutual labels:  giter8
Gatling
Modern Load Testing as Code
Stars: ✭ 5,381 (+38335.71%)
Mutual labels:  gatling
gatling-kafka-plugin
Plugin for support Kafka in Gatling
Stars: ✭ 39 (+178.57%)
Mutual labels:  gatling
gatling-maven-plugin
Gatling Plugin for Maven
Stars: ✭ 30 (+114.29%)
Mutual labels:  gatling
play-angular-typescript.g8
A giter8 template for a Play Angular 4 Typescript application
Stars: ✭ 91 (+550%)
Mutual labels:  giter8
spring-boot-web-application-sample
Real World Spring Boot Web Application Example with tons of ready to use features
Stars: ✭ 143 (+921.43%)
Mutual labels:  gatling
typelevel-stack.g8
📚 Unofficial Giter8 template for the Typelevel Stack (Http4s / Doobie / Circe / Cats Effect / Fs2) based on Cats v1.x.x
Stars: ✭ 63 (+350%)
Mutual labels:  giter8
gatling-amqp-plugin
Plugin for support performance testing with AMQP in Gatling (3.7.x)
Stars: ✭ 26 (+85.71%)
Mutual labels:  gatling
sbt-autoplugin.g8
giter8 template for sbt 0.13.5+ AutoPlugin
Stars: ✭ 19 (+35.71%)
Mutual labels:  giter8
gatling-mqtt
A Gatling stress test plugin for MQTT
Stars: ✭ 37 (+164.29%)
Mutual labels:  gatling
Taurus
Automation-friendly framework for Continuous Testing by
Stars: ✭ 1,566 (+11085.71%)
Mutual labels:  gatling
akka-stream-kafka-template.g8
Template for Akka Streams & Kafka. Default impl: mirror a topic onto another one
Stars: ✭ 14 (+0%)
Mutual labels:  giter8
laracom
laracom driven by go micro services
Stars: ✭ 37 (+164.29%)
Mutual labels:  gatling
gatling-gradle-plugin-demo
Showcase of the Gatling Plugin for Gradle
Stars: ✭ 17 (+21.43%)
Mutual labels:  gatling
sample-testing-microservices
sample applications with implementation of unit, component, contract and integrarion tests using pact, gatling, spring boot test and hoverfly
Stars: ✭ 22 (+57.14%)
Mutual labels:  gatling

Scala Steward badge

A Giter8 template for gatling performance test project

How to use

sbt new TinkoffCreditSystems/gatling-template.g8

Enter the name of your service in the name field.

Enter your domain in the package field to form the project structure, e.g. when the value of the package field is set to "ru.tinkoff.load" the project structure will be ru/tinkoff/load/

Parameters "name" and "package" are required. Leave them default or specify yours.

How to install sbt https://www.scala-sbt.org/1.x/docs/Setup.html.

Overriding variable environment

In Gatling version 3.4.2, the typesafe.config library was updated, where, for security reasons, they removed the loading of all variables from ENV into the config. To override a variable from simulation.conf you need:

  1. By setting the JVM property -Dconfig.override_with_env_vars=true;
  2. Pass the variable in the CONFIG_FORCE_variablesName format, for example CONFIG_FORCE_intensity=100.

More details here.

Known bugs

At the moment, when working in Windows with using SBT version lower than 1.4.1 there is a problem - the temporary .gitignore file is not deleted. This does not affect project creation.

Template license

Written in 2020 by Chepkasov Sergey [email protected]

To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this template to the public domain worldwide. This template is distributed without any warranty. See http://creativecommons.org/publicdomain/zero/1.0/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].