@dev-blinq/cucumber_client 1.0.1210-dev → 1.0.1212-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.
@@ -66,20 +66,20 @@ class StepsDefinitions {
66
66
  const filePath = path.join(
67
67
  this.baseFolder,
68
68
  this.isTemp ? process.env.tempFeaturesFolderPath ?? "__temp_features" : "features",
69
- mjsFile);
69
+ mjsFile
70
+ );
70
71
  const codePage = new CodePage(filePath);
71
72
  try {
72
73
  codePage.generateModel();
73
74
  } catch (error) {
74
75
  logger.info("unable to generate model for file", mjsFile);
75
- if(supressErrors) {
76
+ if (supressErrors) {
76
77
  errors.push({
77
78
  file: filePath,
78
79
  error: error.message,
79
80
  });
80
- }
81
- else{
82
- throw error;
81
+ } else {
82
+ continue;
83
83
  }
84
84
  }
85
85
  this.initPage(codePage, mjsFile);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1210-dev",
3
+ "version": "1.0.1212-dev",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",
@@ -28,7 +28,7 @@
28
28
  "@cucumber/tag-expressions": "^6.1.1",
29
29
  "@dev-blinq/cucumber-js": "1.0.172-dev",
30
30
  "@faker-js/faker": "^8.1.0",
31
- "automation_model": "1.0.729-dev",
31
+ "automation_model": "1.0.731-dev",
32
32
  "axios": "^1.7.4",
33
33
  "chokidar": "^3.6.0",
34
34
  "create-require": "^1.1.1",