Skip to content

Load Test with locust. (Tools: Personio, Recruitee, Workable, Lever)

Notifications You must be signed in to change notification settings

mekan-allaberdi/locust_load_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Environment

  • Python 3.8.5

Virtual environment

$ cd personio  # root directory
$ python -m venv venv
$ . venv/bin/activate

Dependicies

$ pip install -r requirements.txt

Personio

Prerequisites:

Add credentials of users to auth_params_list in common/secret.py

Running

$  locust -f locustfiles/personio.py

Running with tags

$  locust -f locustfiles/personio.py --tags list

Running without some tags

$  locust -f locustfiles/personio.py --exclude-tags unavailable

Workable

Prerequisites:

Set Access Token value to token attribut of WorkableUser in locustfiles/workable.py

Running

$  locust -f locustfiles/workable.py

Running with tags

$  locust -f locustfiles/workable.py --tags list

Running without some tags

$  locust -f locustfiles/workable.py --exclude-tags unavailable

Releases

No releases published

Packages

No packages published

Languages