All notable changes to this project will be documented in this file. We try to adhere to https://github.com/olivierlacan/keep-a-changelog.
- Upgrade to Gatling 3.5.1
- Upgrade to Gatling 3.3.1
- Upgrade to Gatling 3.1.3
- Dockerfile
- Create a "gatling-blueprint-project-x.y.z-simulation.zip" which is compatible with Gatling Standalone usage
- Add "simulation.sh" which is compatible with Gatling Standalone usage
- Upgrade to Gatling 3.1.2
- Add missing dependency for standalone distribution (Boon)
- Upgrade to Gatling 3.1.1 and Scala Maven Plugin 3.4.6
- Gatling Standalone Distribution lacked "boon-reflekt" library
- Upgrad to Gatling 3.0.3 and Gatling Maven Plugin 3.0.2
- Upgrade to Gatling 3.0.2
- Added
pom-minimal.xml
- Added
run-samples.sh
to execute the sample tests
- Removed explicit
SL4FJ
dependency since this was a bugifx vor Gatling 2.3 - Updated original Gatling example code
- Moved
user-files/resources
tosrc/test/resources
to align with Gatling Maven archetype - Upgraded to Gatling 3.0.1.1 and Gatling Maven Plugin 3.0.0
- Add proof of concept for Elastic performance testing
- Upgrade to Gatling 2.3.1
- Update the logback configuration files to remove warning regarding
immediateFlush
- Get rid of logback warning regarding "immediateFlush"
- Add the official computer database tests
- Upgrade to Gatling 2.3.0 - please update your Scala SDK to 2.12.3 to avoid
java.lang.NoSuchMethodError
- Creation of stand-alone Ant distribution is triggered by Maven profile
- Use a meaningful name for tenants, e.g.
github
andgatling
- Provide a
DefaultHttpProtocolBuilder
to avoid boiler-plate code
- Removing the
wiremock
configuration since it is not used
- Upgraded to Gatling 2.2.5
- Avoid parsing the JSON response but use
bodyString
instead - Print the currently invoked URL when using the default logging configuration
- Add a
default
andtrace
logging level - Make
VERSION.txt
andCHANGELOG.md
available in the Gatling stand-alone distribution - Add error details to Gatling's
simulation.log
using anExtraInfoExtractor
- Extracted HttpProtocolBuilder to simplify test setup
- Using
bodyString
instead ofjsonPath
to avoid parsing JSON if not required - Added a
before
andafter
hook to document the feature
- Stop the Gatling JVM when running tests from the Windows command line