Skip to content

Commit

Permalink
reduce to 50 iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusFelling committed Oct 9, 2023
1 parent b72a104 commit 7c6179f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ContosoTraders.Ui.Website/tests/loop.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { test, expect } from '@playwright/test';

// This sample simulates a larger test suite
const TEST_ITERATIONS = parseInt(process.env.TEST_ITERATIONS || "100");
const TEST_ITERATIONS = parseInt(process.env.TEST_ITERATIONS || "50");
for (var i = 0; i < TEST_ITERATIONS; i++) {

test('has title ' + i, async ({ page }) => {
Expand Down

0 comments on commit 7c6179f

Please sign in to comment.