toBe('support') ->and($lane['parallelMode'])->toBe('forbidden') ->and($lane['artifacts'])->toContain('profile-top', 'junit-xml', 'summary', 'budget-report') ->and($command)->toContain('--profile') ->and($command)->not->toContain('--parallel') ->and(implode(' ', $command))->toContain('--exclude-group=browser'); });