Skip to content

Make performance checks more precise in e2e tests #496

Description

@pomerantsev

We should ideally have the same value in the if / else clauses in

if (scan === 'short') {
await expect(scanDuration).toBeLessThan(600);
} else {
await expect(scanDuration).toBeGreaterThan(200);
}
, possibly by checking whether we're in CI or not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions