@dev-blinq/cucumber_client 1.0.1412-dev → 1.0.1414-dev
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.
|
@@ -169,7 +169,7 @@ export class BVTStepRunner {
|
|
|
169
169
|
}
|
|
170
170
|
if (skipBefore && !config.legacySyntax) {
|
|
171
171
|
support.beforeTestCaseHookDefinitions = support.beforeTestCaseHookDefinitions.filter((hook) => {
|
|
172
|
-
return hook.uri.endsWith("
|
|
172
|
+
return hook.uri.endsWith("_hooks.mjs");
|
|
173
173
|
});
|
|
174
174
|
}
|
|
175
175
|
support.beforeTestRunHookDefinitions = [];
|
|
@@ -258,8 +258,8 @@ export class BVTStepRunner {
|
|
|
258
258
|
|
|
259
259
|
for (const cmdId of cmdIDs) {
|
|
260
260
|
this.liveExecutionMap.set(cmdId, {
|
|
261
|
-
resolve: () => {},
|
|
262
|
-
reject: () => {},
|
|
261
|
+
resolve: () => { },
|
|
262
|
+
reject: () => { },
|
|
263
263
|
});
|
|
264
264
|
}
|
|
265
265
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dev-blinq/cucumber_client",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1414-dev",
|
|
4
4
|
"description": " ",
|
|
5
5
|
"main": "bin/index.js",
|
|
6
6
|
"types": "bin/index.d.ts",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@cucumber/tag-expressions": "^6.1.1",
|
|
35
35
|
"@dev-blinq/cucumber-js": "1.0.184-dev",
|
|
36
36
|
"@faker-js/faker": "^8.1.0",
|
|
37
|
-
"automation_model": "1.0.
|
|
37
|
+
"automation_model": "1.0.823-dev",
|
|
38
38
|
"axios": "^1.7.4",
|
|
39
39
|
"chokidar": "^3.6.0",
|
|
40
40
|
"create-require": "^1.1.1",
|