Updated test directory

This commit is contained in:
Jose Olarte III
2024-07-18 20:00:34 +08:00
parent c3cf382dbf
commit 2fe865d4ad
5 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ import { defineConfig, devices } from '@playwright/test';
* See https://playwright.dev/docs/test-configuration. * See https://playwright.dev/docs/test-configuration.
*/ */
export default defineConfig({ export default defineConfig({
testDir: './tests', testDir: './test-playwright',
/* Run tests in files in parallel */ /* Run tests in files in parallel */
fullyParallel: true, fullyParallel: true,
/* Fail the build on CI if you accidentally left test.only in the source code. */ /* Fail the build on CI if you accidentally left test.only in the source code. */

View File

@@ -26,8 +26,8 @@
"src/**/*.ts", "src/**/*.ts",
"src/**/*.tsx", "src/**/*.tsx",
"src/**/*.vue", "src/**/*.vue",
"tests/**/*.ts", "test-playwright/**/*.ts",
"tests/**/*.tsx" "test-playwright/**/*.tsx"
], ],
"exclude": [ "exclude": [
"node_modules" "node_modules"