Skip to content

Commit

Permalink
DTSPB-2849 - Update test folder path to run Playwright tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MarianIrudayanathan committed Feb 6, 2024
1 parent b1770ff commit 808497e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 808497e

Please sign in to comment.