Browse Source

Updated test directory

playwright-pwa-install-test
Jose Olarte III 2 months ago
parent
commit
2fe865d4ad
  1. 2
      playwright.config.ts
  2. 0
      test-playwright/example.spec.ts
  3. 0
      test-playwright/new-id-from-seed.spec.ts
  4. 0
      test-playwright/validate-contact-info-clipboard.spec.ts
  5. 4
      tsconfig.json

2
playwright.config.ts

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

0
tests/example.spec.ts → test-playwright/example.spec.ts

0
tests/new-id-from-seed.spec.ts → test-playwright/new-id-from-seed.spec.ts

0
tests/validate-contact-info-clipboard.spec.ts → test-playwright/validate-contact-info-clipboard.spec.ts

4
tsconfig.json

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

Loading…
Cancel
Save