Skip to content

Commit afde1b5

Browse files
committedJan 17, 2025
Update Playwright dependencies to version 1.49.1 and rename test configuration file
1 parent fbe15a1 commit afde1b5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎packages/vue/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dev": "pnpm run build:main --watch",
99
"type-check": "vue-tsc --noEmit",
1010
"lint": "eslint",
11-
"e2e": "playwright test -c e2e/playwright-ct.config.ts"
11+
"e2e": "playwright test -c playwright-ct.config.ts"
1212
},
1313
"license": "MIT",
1414
"description": "Integrate Master CSS in Vue way",
@@ -62,8 +62,8 @@
6262
"@techor/extend": "^3.1.7"
6363
},
6464
"devDependencies": {
65-
"@playwright/experimental-ct-vue": "1.41.2",
66-
"@playwright/test": "1.41.2",
65+
"@playwright/experimental-ct-vue": "^1.49.1",
66+
"@playwright/test": "^1.49.1",
6767
"@vitejs/plugin-vue": "^5.2.1",
6868
"@vue/eslint-config-typescript": "^14.1.4",
6969
"@vue/server-renderer": "^3.5.13",

‎packages/vue/e2e/playwright-ct.config.ts ‎packages/vue/playwright-ct.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { defineConfig, devices } from '@playwright/experimental-ct-vue'
44
* See https://playwright.dev/docs/test-configuration.
55
*/
66
export default defineConfig({
7-
testDir: './',
7+
testDir: './e2e',
88
/* The base directory, relative to the config file, for snapshot files created with toMatchSnapshot and toHaveScreenshot. */
99
snapshotDir: './__snapshots__',
1010
/* Maximum time one test can run for. */
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)