Skip to content

Service under load test and resources for our Gatling workshop @ Agile Testing Days 2021

License

Notifications You must be signed in to change notification settings

conciso/atd-gatling-workshop-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agile Testing Days 2021 Gatling Workshop

Service under load test and resources for our Gatling workshop @ Agile Testing Days 2021.

Installation

Make sure you have Docker (and Docker Compose) and JDK 11 installed on your system.

Run the following command:

./mvnw clean install

On Windows run the following command:

./mvnw.cmd clean install

This will build the service and install the service in your local Docker repository.

Usage

Either start the service through Maven with the following command:

./mvnw spring-boot:run

Or run the docker container using the following command:

docker-compose up

The service will server requests at:

http://localhost:8080/test

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :)

Credits

License

Copyright 2021 Andrej Thiele, Lukas Pradel

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Service under load test and resources for our Gatling workshop @ Agile Testing Days 2021

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages