k6-cucumber-steps 1.0.5 → 1.0.7

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/.env CHANGED
@@ -10,7 +10,7 @@ TAGS=@loadTest
10
10
  # Base URLs
11
11
  # API_URL=https://unstable-performance.seamlesshrms.com
12
12
  # BASE_URL=https://unstable-performance.seamlesshrms.com
13
- BASE_URL=https://grafana.com
13
+ BASE_URL=https://reqres.in
14
14
 
15
15
  # Secret Parameters
16
16
  API_KEY=Talent123!
package/lib/index.js ADDED
@@ -0,0 +1,5 @@
1
+ // Export all exports from your helper files
2
+ export * from "../lib/helpers/buildK6Script";
3
+ export * from "../lib/helpers/generateHeaders";
4
+ export * from "..lib/helpers/resolveBody";
5
+ export * from "../lib/utils/k6Runner";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "k6-cucumber-steps",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",