From 808497e6f600a1dc19d70da787f7f882a6473684 Mon Sep 17 00:00:00 2001 From: "Marian.Irudayanathan" Date: Tue, 6 Feb 2024 18:55:05 +0000 Subject: [PATCH] DTSPB-2849 - Update test folder path to run Playwright tests --- playwright.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.js b/playwright.config.js index b7dbfbb92c..a13af445cf 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -11,7 +11,7 @@ const {defineConfig, devices} = require('@playwright/test'); * @see https://playwright.dev/docs/test-configuration */ module.exports = defineConfig({ - testDir: './tests', + testDir: './test/end-to-end', /* Run tests in files in parallel */ fullyParallel: true,