@gatling.io/jvm-types 3.11.2 → 3.11.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Gatling JS - JVM types module
|
|
2
|
+
|
|
3
|
+
Gatling JS is a JavaScript/TypeScript interface for the [Gatling load testing tool](https://gatling.io/).
|
|
4
|
+
|
|
5
|
+
This package is an internal dependency used by other Gatling JS packages. You do not need to depend directly on it.
|
|
6
|
+
|
|
7
|
+
To get started with Gatling JS, see our [introduction to JavaScript scripting](https://docs.gatling.io/tutorials/scripting-intro-js); or simply have a look at [our demo projects](https://github.com/gatling/gatling-js-demo).
|
|
8
|
+
|
|
9
|
+
## Questions, help?
|
|
10
|
+
|
|
11
|
+
Read the [documentation](https://docs.gatling.io).
|
|
12
|
+
|
|
13
|
+
Join the [Gatling Community Forum](https://community.gatling.io).
|
|
14
|
+
|
|
15
|
+
Found a real bug? Raise an [issue](https://github.com/gatling/gatling/issues).
|