#
gatling
Here are 172 public repositories matching this topic...
Automation-friendly framework for Continuous Testing by
-
Updated
Sep 3, 2020 - Python
Showcase of the Gatling Plugin for Maven
-
Updated
Jul 12, 2020 - Scala
Showcase of the Gatling Plugin for SBT
-
Updated
Sep 3, 2020 - Scala
A gatling plugin for running load tests on Apache Dubbo(https://github.com/apache/incubator-dubbo) and other java ecosystem.
java
benchmarking
benchmark
performance
scala
load-testing
stress-testing
loadtest
gatling
dubbo
performance-testing
gatling-dubbo
-
Updated
Aug 20, 2019 - Scala
A Gatling stress test plugin for Apache Kafka protocol
-
Updated
Jul 12, 2020 - Scala
Gatling support for Apache Cassandra CQL
performance
scala
cassandra
scylla
load-testing
stress-testing
stress-test
cql
cassandra-cql
gatling
performance-test
performance-testing
scylladb
-
Updated
Mar 25, 2020 - Scala
Akka Cluster using Java, Spring Boot and Docker. Demo application for the conference talk.
-
Updated
Jul 1, 2017 - Java
Book store CMS done with Angularjs and Spring Boot
-
Updated
Jul 7, 2015 - Java
Gatling's Highcharts-based Reporting Module
-
Updated
May 20, 2020 - Scala
分布式压测引擎. A distributed stress tool based on gatling
-
Updated
Jul 31, 2020 - Scala
Dakiya: converts Postman collections to load testing tool scripts
-
Updated
Mar 7, 2017 - JavaScript
The Gatling blueprint project to demonstrate a a ready-to-use multi-tenant & multi-site setup
-
Updated
Feb 10, 2020 - Scala
Gatling Plugin for Maven
-
Updated
Jul 20, 2020 - Java
sample applications with implementation of unit, component, contract and integrarion tests using pact, gatling, spring boot test and hoverfly
microservices
spring-boot
spring-cloud
hoverfly
pact
gatling
contract-testing
component-testing
spring-boot-test
feign-client
-
Updated
Feb 25, 2020 - Java
Gatling third party plugin for thrift protocol.
-
Updated
Jul 19, 2018 - Scala
Plugin for support performance testing with AMQP in Gatling(3.2.x)
-
Updated
Dec 4, 2019 - Scala
artemkorsakov
commented
Aug 12, 2020
Please, add getBooleanParam to SimulationConfig:
object SimulationConfig {
def getStringParam(path: String): String = simulationConfig.get[String](path)
def getIntParam(path: String): Int = simulationConfig.get[Int](path)
def getDoubleParam(path: String): Double = simulationConfig.get[Double](path)
def getDurationParam(path: String): Finite
Bringing up Docker Compose environments for system, integration and performance testing, with support for ScalaTest and Gatling
-
Updated
May 11, 2018 - Scala
Improve this page
Add a description, image, and links to the gatling topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gatling topic, visit your repo's landing page and select "manage topics."
It would be nice to pass multiple actions to a
checkIfmethod , the same way as acheckallows through the comma.So, for example, instead of writing this:
it would be nice to have API as follows: