@unito/integration-cli 1.3.1 → 1.3.3
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.
|
@@ -202,7 +202,7 @@ class Test extends baseCommand_1.BaseCommand {
|
|
|
202
202
|
commandArguments.push(`--output-path=${flags['output-path']}`);
|
|
203
203
|
}
|
|
204
204
|
if (flags['crawlMode'] === configuration_1.CrawlMode.SAMPLE) {
|
|
205
|
-
commandArguments.push('--operation-collection-items-per-page=
|
|
205
|
+
commandArguments.push('--operation-collection-items-per-page=3');
|
|
206
206
|
commandArguments.push('--operation-collection-follow-next-pages=false');
|
|
207
207
|
}
|
|
208
208
|
if (flags['crawlMode'] === configuration_1.CrawlMode.SINGLE) {
|
|
@@ -135,7 +135,7 @@ describe('Test', () => {
|
|
|
135
135
|
.stub(IntegrationResource, 'validateIsIntegrationDirectory', stub => stub.returns(true))
|
|
136
136
|
.command(['test', '--crawlMode=sample'])
|
|
137
137
|
.it('sampling crawlMode', () => {
|
|
138
|
-
(0, test_1.expect)(spawnStub.getCall(0).args.at(1)).to.include('--operation-collection-items-per-page=
|
|
138
|
+
(0, test_1.expect)(spawnStub.getCall(0).args.at(1)).to.include('--operation-collection-items-per-page=3');
|
|
139
139
|
(0, test_1.expect)(spawnStub.getCall(0).args.at(1)).to.include('--operation-collection-follow-next-pages=false');
|
|
140
140
|
});
|
|
141
141
|
test_1.test
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unito/integration-cli",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3",
|
|
4
4
|
"description": "Integration CLI",
|
|
5
5
|
"bin": {
|
|
6
6
|
"integration-cli": "./bin/run"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@ngrok/ngrok": "^1.7.0",
|
|
40
40
|
"@oazapfts/runtime": "1.x",
|
|
41
41
|
"@oclif/core": "3.x",
|
|
42
|
-
"@unito/integration-debugger": "^0.31.
|
|
42
|
+
"@unito/integration-debugger": "^0.31.2",
|
|
43
43
|
"ajv": "8.x",
|
|
44
44
|
"ajv-formats": "3.x",
|
|
45
45
|
"better-ajv-errors": "1.x",
|