Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaeljw/gatling-workshop
https://github.com/gaeljw/gatling-workshop
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gaeljw/gatling-workshop
- Owner: gaeljw
- Created: 2019-10-29T13:35:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T16:06:54.000Z (almost 4 years ago)
- Last Synced: 2023-03-05T19:48:58.534Z (over 1 year ago)
- Language: Scala
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Title
ScalaIO Workshop 2019 - Comment faire des tests de charge avec Gatling ?
Découvrez la problématique des tests de charge, et apprenez à la résoudre en Scala avec l’outil Open-Source Gatling## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
* Download [IntelliJ Community Edition](https://www.jetbrains.com/idea/download), and get the [Scala plugin](https://plugins.jetbrains.com/plugin/1347-scala).
* Download [Maven](https://maven.apache.org/download.cgi)
* Download [JDK 8 or 11](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
* Download [Git](https://git-scm.com/downloads)### Installing
Retrieve the repository
```
git clone "https://gitlab.gatling.io/tpetillot/scalaio-workshop"
```Install dependencies
```
mvn install
```Open IntelliJ IDEA, click on File/Open and select the retrieved repository.
### Link to the cheatsheet
https://gatling.io/docs/3.3/cheat-sheet/