@skyramp/skyramp 0.4.80 → 0.4.82
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.
- package/lib/dev-darwin-amd64.dylib +0 -0
- package/lib/dev-darwin-amd64.h +1 -1
- package/lib/dev-darwin-arm64.dylib +0 -0
- package/lib/dev-darwin-arm64.h +1 -1
- package/lib/dev-linux-386.h +1 -1
- package/lib/dev-linux-386.so +0 -0
- package/lib/dev-linux-amd64.h +1 -1
- package/lib/dev-linux-amd64.so +0 -0
- package/lib/dev-windows-amd64.dll +0 -0
- package/lib/dev-windows-amd64.h +1 -1
- package/package.json +1 -1
- package/src/classes/SkyrampClient.js +2 -2
|
Binary file
|
package/lib/dev-darwin-amd64.h
CHANGED
|
@@ -133,7 +133,7 @@ extern char* writeTestDescriptionWrapper(char* testDescription, char* testName);
|
|
|
133
133
|
extern char* applyMockDescriptionWrapper(char* namespace, char* address, char* mockDescription, char* mockPath, char* projectPath);
|
|
134
134
|
extern char* buildRequestsWrapper(char* mockDescription);
|
|
135
135
|
extern struct tester_info runTesterStartWrapper(char* namespace, char* address, char* testDescription, GoUint8 generateResult);
|
|
136
|
-
extern struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile);
|
|
136
|
+
extern struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile, char* overrideDict);
|
|
137
137
|
extern char* runTesterStatusWrapper(char* namespace, char* address, char* testerId, GoUint8 isFormattingEnabled);
|
|
138
138
|
|
|
139
139
|
#ifdef __cplusplus
|
|
Binary file
|
package/lib/dev-darwin-arm64.h
CHANGED
|
@@ -133,7 +133,7 @@ extern char* writeTestDescriptionWrapper(char* testDescription, char* testName);
|
|
|
133
133
|
extern char* applyMockDescriptionWrapper(char* namespace, char* address, char* mockDescription, char* mockPath, char* projectPath);
|
|
134
134
|
extern char* buildRequestsWrapper(char* mockDescription);
|
|
135
135
|
extern struct tester_info runTesterStartWrapper(char* namespace, char* address, char* testDescription, GoUint8 generateResult);
|
|
136
|
-
extern struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile);
|
|
136
|
+
extern struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile, char* overrideDict);
|
|
137
137
|
extern char* runTesterStatusWrapper(char* namespace, char* address, char* testerId, GoUint8 isFormattingEnabled);
|
|
138
138
|
|
|
139
139
|
#ifdef __cplusplus
|
package/lib/dev-linux-386.h
CHANGED
|
@@ -133,7 +133,7 @@ extern char* writeTestDescriptionWrapper(char* testDescription, char* testName);
|
|
|
133
133
|
extern char* applyMockDescriptionWrapper(char* namespace, char* address, char* mockDescription, char* mockPath, char* projectPath);
|
|
134
134
|
extern char* buildRequestsWrapper(char* mockDescription);
|
|
135
135
|
extern struct tester_info runTesterStartWrapper(char* namespace, char* address, char* testDescription, GoUint8 generateResult);
|
|
136
|
-
extern struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile);
|
|
136
|
+
extern struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile, char* overrideDict);
|
|
137
137
|
extern char* runTesterStatusWrapper(char* namespace, char* address, char* testerId, GoUint8 isFormattingEnabled);
|
|
138
138
|
|
|
139
139
|
#ifdef __cplusplus
|
package/lib/dev-linux-386.so
CHANGED
|
Binary file
|
package/lib/dev-linux-amd64.h
CHANGED
|
@@ -133,7 +133,7 @@ extern char* writeTestDescriptionWrapper(char* testDescription, char* testName);
|
|
|
133
133
|
extern char* applyMockDescriptionWrapper(char* namespace, char* address, char* mockDescription, char* mockPath, char* projectPath);
|
|
134
134
|
extern char* buildRequestsWrapper(char* mockDescription);
|
|
135
135
|
extern struct tester_info runTesterStartWrapper(char* namespace, char* address, char* testDescription, GoUint8 generateResult);
|
|
136
|
-
extern struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile);
|
|
136
|
+
extern struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile, char* overrideDict);
|
|
137
137
|
extern char* runTesterStatusWrapper(char* namespace, char* address, char* testerId, GoUint8 isFormattingEnabled);
|
|
138
138
|
|
|
139
139
|
#ifdef __cplusplus
|
package/lib/dev-linux-amd64.so
CHANGED
|
Binary file
|
|
Binary file
|
package/lib/dev-windows-amd64.h
CHANGED
|
@@ -133,7 +133,7 @@ extern __declspec(dllexport) char* writeTestDescriptionWrapper(char* testDescrip
|
|
|
133
133
|
extern __declspec(dllexport) char* applyMockDescriptionWrapper(char* namespace, char* address, char* mockDescription, char* mockPath, char* projectPath);
|
|
134
134
|
extern __declspec(dllexport) char* buildRequestsWrapper(char* mockDescription);
|
|
135
135
|
extern __declspec(dllexport) struct tester_info runTesterStartWrapper(char* namespace, char* address, char* testDescription, GoUint8 generateResult);
|
|
136
|
-
extern __declspec(dllexport) struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile);
|
|
136
|
+
extern __declspec(dllexport) struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile, char* overrideDict);
|
|
137
137
|
extern __declspec(dllexport) char* runTesterStatusWrapper(char* namespace, char* address, char* testerId, GoUint8 isFormattingEnabled);
|
|
138
138
|
|
|
139
139
|
#ifdef __cplusplus
|
package/package.json
CHANGED
|
@@ -45,7 +45,7 @@ const newDeleteDockerSkyrampWorkerWrapper = lib.func('newDeleteDockerSkyrampWork
|
|
|
45
45
|
// tester related
|
|
46
46
|
const runTesterStartWrapper = lib.func('runTesterStartWrapper', testerInfoType, ['string', 'string', 'string', 'bool']);
|
|
47
47
|
// mocker related
|
|
48
|
-
const runTesterStartWrapperv1 = lib.func('runTesterStartWrapperWithGlobalHeaders', testerInfoType, ['string', 'string', 'string', 'string', 'string', 'string', 'bool', 'string', 'string']);
|
|
48
|
+
const runTesterStartWrapperv1 = lib.func('runTesterStartWrapperWithGlobalHeaders', testerInfoType, ['string', 'string', 'string', 'string', 'string', 'string', 'bool', 'string', 'string', 'string']);
|
|
49
49
|
const applyMockDescriptionWrapper = lib.func('applyMockDescriptionWrapper', 'string', ['string', 'string', 'string', 'string', 'string']);
|
|
50
50
|
// NPM only: for VS code extension use
|
|
51
51
|
const initTargetWrapper = lib.func('initTargetWrapper', 'string', ['string']);
|
|
@@ -447,7 +447,7 @@ class SkyrampClient {
|
|
|
447
447
|
|
|
448
448
|
async runTesterStartv1(namespace, address, testYamlContent, testName, globalHeaders, generateReport = true) {
|
|
449
449
|
return new Promise((resolve, reject) => {
|
|
450
|
-
runTesterStartWrapperv1.async(namespace, address, testYamlContent, "", testName, globalHeaders, generateReport, "", "", (err, res) => {
|
|
450
|
+
runTesterStartWrapperv1.async(namespace, address, testYamlContent, "", testName, globalHeaders, generateReport, "", "", "", (err, res) => {
|
|
451
451
|
if (err) {
|
|
452
452
|
reject(err);
|
|
453
453
|
} else if (res.error) {
|