gatling-test | 性能测试工具 Gatling 实践
kandi X-RAY | gatling-test Summary
kandi X-RAY | gatling-test Summary
性能测试工具 Gatling 实践
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Find all persons .
- Add a person .
- Entry point for the application .
gatling-test Key Features
gatling-test Examples and Code Snippets
Community Discussions
Trending Discussions on gatling-test
QUESTION
I want to use Gatling in my Scala 3 / sbt Project.
The problem is that Gatling packages its library without Version-Postfix. So I think you have the same problem for any Scala library that does that.
I tried a few things, for example:
Adding the dependency according to the documentation:
...
ANSWER
Answered 2021-Dec-31 at 15:26Not sure why but gatling-test-framework is not published with the version postfix as you said.
This means that you don't need/can't use the for3Use2_13
as there is no 2.13 version nor 3 version: there's just a single version without postfix.
Looking at its dependencies, version 3.7.2 targets Scala 2.13: https://mvnrepository.com/artifact/io.gatling/gatling-test-framework/3.7.2. As Scala 3 is compatible with Scala 2.13, it should be just fine with your first attempt.
Not sure where the conflict with quicklens comes from but if it comes from Gatling dependency, you can probably exclude the _2.13
version from Gatling (or even globally) as you are pulling the _3
version yourself:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install gatling-test
You can use gatling-test like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the gatling-test component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page