@dev-blinq/cucumber_client 1.0.1631-dev → 1.0.1633-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.
|
@@ -631,7 +631,7 @@ export class CodePage {
|
|
|
631
631
|
const config = getAiConfig();
|
|
632
632
|
if (config && config.locatorsMetadataDir) {
|
|
633
633
|
console.log("Using locators metadata directory from config:", config.locatorsMetadataDir);
|
|
634
|
-
locatorsMetadataFileName = path.join(
|
|
634
|
+
locatorsMetadataFileName = locatorsMetadataFileName.replace(path.join("features", "step_definitions"), path.join(config.locatorsMetadataDir));
|
|
635
635
|
if (!existsSync(path.dirname(locatorsMetadataFileName))) {
|
|
636
636
|
mkdirSync(path.dirname(locatorsMetadataFileName), { recursive: true });
|
|
637
637
|
}
|
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.1633-dev",
|
|
4
4
|
"description": " ",
|
|
5
5
|
"main": "bin/index.js",
|
|
6
6
|
"types": "bin/index.d.ts",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@babel/traverse": "^7.27.1",
|
|
38
38
|
"@babel/types": "^7.27.1",
|
|
39
39
|
"@cucumber/tag-expressions": "^6.1.1",
|
|
40
|
-
"@dev-blinq/cucumber-js": "1.0.
|
|
40
|
+
"@dev-blinq/cucumber-js": "1.0.209-dev",
|
|
41
41
|
"@faker-js/faker": "^8.4.1",
|
|
42
42
|
"automation_model": "1.0.894-dev",
|
|
43
43
|
"axios": "^1.7.4",
|