Skip to content

Commit

Permalink
skip scalability testing for cloud_security_dashboard journey
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed Jan 29, 2024
1 parent 57b4efa commit 3b16cd6
Showing 1 changed file with 24 additions and 23 deletions.
47 changes: 24 additions & 23 deletions x-pack/performance/journeys/cloud_security_dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,29 +23,30 @@ export const journey = new Journey({
},
ftrConfigPath: 'x-pack/performance/configs/cloud_security_posture_config.ts',
esArchives: ['x-pack/performance/es_archives/kspm_findings'],
scalabilitySetup: {
warmup: [
{
action: 'constantConcurrentUsers',
userCount: 10,
duration: '30s',
},
{
action: 'rampConcurrentUsers',
minUsersCount: 10,
maxUsersCount: 50,
duration: '2m',
},
],
test: [
{
action: 'constantConcurrentUsers',
userCount: 50,
duration: '3m',
},
],
maxDuration: '10m',
},
// unskip when https://github.com/elastic/kibana-load-testing/issues/448 is fixed
// scalabilitySetup: {
// warmup: [
// {
// action: 'constantConcurrentUsers',
// userCount: 10,
// duration: '30s',
// },
// {
// action: 'rampConcurrentUsers',
// minUsersCount: 10,
// maxUsersCount: 50,
// duration: '2m',
// },
// ],
// test: [
// {
// action: 'constantConcurrentUsers',
// userCount: 50,
// duration: '3m',
// },
// ],
// maxDuration: '10m',
// },
}).step('Go to cloud security dashboards Page', async ({ page, kbnUrl }) => {
await page.goto(kbnUrl.get(`/app/security/cloud_security_posture/dashboard`));
await page.waitForSelector(subj('csp:dashboard-sections-table-header-score'));
Expand Down

0 comments on commit 3b16cd6

Please sign in to comment.