From 6a566d615ce41d7febae726f2f5286a4ebefeb45 Mon Sep 17 00:00:00 2001 From: jorgoose Date: Tue, 5 Dec 2023 16:41:10 -0600 Subject: [PATCH 1/2] Added Locust to README There is an existing repo for Locust, a Python-based performance testing tool, on GitHub. I added in a link to this repository to the README to make it more accessible. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index bab4317d..b2971321 100644 --- a/readme.md +++ b/readme.md @@ -764,6 +764,7 @@ - [Playwright](https://github.com/mxschmitt/awesome-playwright#readme) - Node.js library to automate Chromium, Firefox and WebKit with a single API. - [Quality Assurance Roadmap](https://github.com/fityanos/awesome-quality-assurance-roadmap#readme) - How to start & build a career in software testing. - [Gatling](https://github.com/aliesbelik/awesome-gatling#readme) - Open-source load and performance testing framework based on Scala, Akka, and Netty. +- [Locust](https://github.com/aliesbelik/awesome-locust#readme) - Open-soruce and Python-based performance testing tool ## Miscellaneous From dcc2a0b24503cdc998263ae23ce2a2ffa6b9e1da Mon Sep 17 00:00:00 2001 From: jorgoose Date: Wed, 6 Dec 2023 19:30:26 -0600 Subject: [PATCH 2/2] Update readme.md Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b2971321..37178cd2 100644 --- a/readme.md +++ b/readme.md @@ -764,7 +764,7 @@ - [Playwright](https://github.com/mxschmitt/awesome-playwright#readme) - Node.js library to automate Chromium, Firefox and WebKit with a single API. - [Quality Assurance Roadmap](https://github.com/fityanos/awesome-quality-assurance-roadmap#readme) - How to start & build a career in software testing. - [Gatling](https://github.com/aliesbelik/awesome-gatling#readme) - Open-source load and performance testing framework based on Scala, Akka, and Netty. -- [Locust](https://github.com/aliesbelik/awesome-locust#readme) - Open-soruce and Python-based performance testing tool +- [Locust](https://github.com/aliesbelik/awesome-locust#readme) - Open-source Python-based performance testing tool. ## Miscellaneous