@dev-blinq/cucumber_client 1.0.1430-dev → 1.0.1432-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.
@@ -25,7 +25,7 @@ export class NamesService {
25
25
  commands,
26
26
  stepsNames,
27
27
  parameters,
28
- screenshot,
28
+ //screenshot,
29
29
  map,
30
30
  },
31
31
  headers: {
@@ -216,6 +216,7 @@ export class BVTStepRunner {
216
216
  this.sendExecutionStatus({
217
217
  type: "cmdExecutionSuccess",
218
218
  cmdId: body.cmdId,
219
+ info,
219
220
  selectedStrategy: info?.selectedStrategy,
220
221
  });
221
222
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1430-dev",
3
+ "version": "1.0.1432-dev",
4
4
  "description": " ",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",