@dev-blinq/cucumber_client 1.0.1597-dev → 1.0.1598-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.
@@ -154,7 +154,9 @@ export class PublishService {
154
154
  this.TOKEN = TOKEN;
155
155
  }
156
156
  async saveScenario({ scenario, featureName, override, branch, isEditing, projectId }) {
157
- const url = path.join(`${getRunsServiceBaseURL()}`, "..", "workspace/publish-recording");
157
+ const runsURL = getRunsServiceBaseURL();
158
+ const workspaceURL = runsURL.replace("/runs", "/workspace");
159
+ const url = `${workspaceURL}/publish-recording`;
158
160
  const result = await axiosClient({
159
161
  url,
160
162
  method: "POST",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1597-dev",
3
+ "version": "1.0.1598-dev",
4
4
  "description": " ",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",