@unito/integration-cli 0.62.13 → 0.62.14

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.
@@ -190,7 +190,7 @@ class Test extends baseCommand_1.BaseCommand {
190
190
  commandArguments.push(`--output-path=${flags['output-path']}`);
191
191
  }
192
192
  if (flags['crawlMode'] === configuration_1.CrawlMode.SAMPLE) {
193
- commandArguments.push('--operation-collection-items-per-page=10');
193
+ commandArguments.push('--operation-collection-items-per-page=5');
194
194
  commandArguments.push('--operation-collection-follow-next-pages=false');
195
195
  }
196
196
  if (flags['crawlMode'] === configuration_1.CrawlMode.SINGLE) {
@@ -126,7 +126,7 @@ describe('Test', () => {
126
126
  .stub(IntegrationResource, 'validateIsIntegrationDirectory', stub => stub.returns(true))
127
127
  .command(['test', '--crawlMode=sample'])
128
128
  .it('sampling crawlMode', () => {
129
- (0, test_1.expect)(spawnStub.getCall(0).args.at(1)).to.include('--operation-collection-items-per-page=10');
129
+ (0, test_1.expect)(spawnStub.getCall(0).args.at(1)).to.include('--operation-collection-items-per-page=5');
130
130
  (0, test_1.expect)(spawnStub.getCall(0).args.at(1)).to.include('--operation-collection-follow-next-pages=false');
131
131
  });
132
132
  test_1.test
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.62.13",
2
+ "version": "0.62.14",
3
3
  "commands": {
4
4
  "activity": {
5
5
  "id": "activity",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unito/integration-cli",
3
- "version": "0.62.13",
3
+ "version": "0.62.14",
4
4
  "description": "Integration CLI",
5
5
  "bin": {
6
6
  "integration-cli": "./bin/run"