k6-cucumber-steps 1.0.0 โ 1.0.1
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 +3 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
# k6-cucumber-steps ๐ฅ๐งช
|
|
2
2
|
|
|
3
|
-
<table align="center" style="margin-bottom:30px;"><tr><td align="center" width="9999" heigth="9999
|
|
3
|
+
<table align="center" style="margin-bottom:30px;"><tr><td align="center" width="9999" heigth="9999" >
|
|
4
4
|
<img src="assets/paschal logo (2).png" alt="paschal Logo" style="margin-top:25px;" align="center"/>
|
|
5
|
-
|
|
6
|
-
#
|
|
5
|
+
</td></tr></table>
|
|
7
6
|
|
|
8
7
|
[](https://www.npmjs.com/package/k6-cucumber-steps)
|
|
9
8
|
[](https://www.npmjs.com/package/k6-cucumber-steps)
|
|
10
|
-
[](https://github.com/qaPaschalE/k6-cucumber-steps/blob/main/LICENSE)
|
|
11
10
|
[](https://cucumber.io/)
|
|
12
11
|
[](https://nodejs.org/)
|
|
13
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "k6-cucumber-steps",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"engines": {
|
|
40
40
|
"node": ">=18"
|
|
41
41
|
},
|
|
42
|
-
"author": "
|
|
42
|
+
"author": "qaPaschalE",
|
|
43
43
|
"license": "ISC",
|
|
44
44
|
"description": "Cucumber step definitions for running k6 performance tests.",
|
|
45
45
|
"devDependencies": {
|