diff --git a/test/smoke-test/urls.test.js b/test/smoke-test/urls.test.js index 5bc0317cb..d2a06abe0 100644 --- a/test/smoke-test/urls.test.js +++ b/test/smoke-test/urls.test.js @@ -1,6 +1,8 @@ const {readFileSync} = require('fs'); const {expect, test} = require('@playwright/test'); +test.describe.configure({ mode: 'parallel' }); + const testCases = []; // Load a suite of smoke tests from a simple text file. File is of the format: