@gatling.io/http 0.1.2 → 3.11.3-M1
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 +3 -3
package/README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Gatling JS - HTTP module
|
|
2
|
+
|
|
3
|
+
Gatling JS is a JavaScript/TypeScript interface for the [Gatling load testing tool](https://gatling.io/).
|
|
4
|
+
|
|
5
|
+
This package contains the Gatling JS DSL for [the HTTP protocol](https://docs.gatling.io/reference/script/protocols/http/protocol/).
|
|
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).
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gatling.io/http",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.11.3-M1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "target/index.js",
|
|
6
6
|
"types": "target/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@gatling.io/jvm-types": "
|
|
9
|
-
"@gatling.io/core": "
|
|
8
|
+
"@gatling.io/jvm-types": "3.11.3-M1",
|
|
9
|
+
"@gatling.io/core": "3.11.3-M1"
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@types/jest": "29.5.12",
|