@unito/integration-cli 1.3.2 → 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=5');
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=5');
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
@@ -1030,5 +1030,5 @@
1030
1030
  ]
1031
1031
  }
1032
1032
  },
1033
- "version": "1.3.2"
1033
+ "version": "1.3.3"
1034
1034
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unito/integration-cli",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "Integration CLI",
5
5
  "bin": {
6
6
  "integration-cli": "./bin/run"