InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Top 21 Scala Testing Projects
-
Use load testing tools like JMeter, Gatling, or Locust to simulate demand spikes and verify that your auto-scaling rules work as expected. This will ensure that your system can handle real-world traffic patterns.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
This is the approach my uTest testing library (https://github.com/com-lihaoyi/utest) takes. Tests naturally form a tree structure, for multiple reasons:
- You usually have shared initialization nearer the root and the various cases you want to assert at the leaves. You generally w
- You want to group related tests logically together, so it's not one huge flat namespace which gets messy
- You want to run groups of tests at the same time, e.g. when testing a related feature
Typically, these different ways of grouping tests all end up with the same grouping, so it makes a lot of sense to have your tests form a tree rather than a flat list of @Test methods or whatever
-
-
-
-
-
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Scala Testing discussion
Scala Testing related posts
-
Unit Tests as Documentation
-
JHipster 8 - Criando uma aplicação monolítica
-
What is Load Testing? Complete Tutorial With Best Practices
-
How many people/companies are fully on Scala 3?
-
Is Scala worth learning in 2023?
-
How to Survive Your Project's First 100k Lines
-
Perf/web testing framework similar to locust/gatling for .NET?
-
A note from our sponsor - InfluxDB
www.influxdata.com | 15 May 2025
Index
What are some of the best open-source Testing projects in Scala? This list will help you:
# | Project | Stars |
---|---|---|
1 | Gatling | 6,642 |
2 | FS2 | 2,395 |
3 | Finatra | 2,271 |
4 | ScalaCheck | 1,950 |
5 | ScalaTest | 1,160 |
6 | Specs2 | 734 |
7 | ScalaMock | 532 |
8 | ScalaMeter | 511 |
9 | µTest | 496 |
10 | munit | 446 |
11 | Mockito Scala | 356 |
12 | scalaprops | 278 |
13 | cornichon | 229 |
14 | Stryker4s | 201 |
15 | Nyaya | 185 |
16 | Minitest | 179 |
17 | chiselverify | 150 |
18 | Scala Test-State | 142 |
19 | be-kind-rewind | 41 |
20 | sbt-example | 32 |
21 | databob | 9 |