Skip to content

Commit

Permalink
Update Playwright dependencies to version 1.49.1 and rename test conf…
Browse files Browse the repository at this point in the history
…iguration file
  • Loading branch information
1aron committed Jan 17, 2025
1 parent fbe15a1 commit afde1b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dev": "pnpm run build:main --watch",
"type-check": "vue-tsc --noEmit",
"lint": "eslint",
"e2e": "playwright test -c e2e/playwright-ct.config.ts"
"e2e": "playwright test -c playwright-ct.config.ts"
},
"license": "MIT",
"description": "Integrate Master CSS in Vue way",
Expand Down Expand Up @@ -62,8 +62,8 @@
"@techor/extend": "^3.1.7"
},
"devDependencies": {
"@playwright/experimental-ct-vue": "1.41.2",
"@playwright/test": "1.41.2",
"@playwright/experimental-ct-vue": "^1.49.1",
"@playwright/test": "^1.49.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-typescript": "^14.1.4",
"@vue/server-renderer": "^3.5.13",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { defineConfig, devices } from '@playwright/experimental-ct-vue'
* See https://playwright.dev/docs/test-configuration.
*/
export default defineConfig({
testDir: './',
testDir: './e2e',
/* The base directory, relative to the config file, for snapshot files created with toMatchSnapshot and toHaveScreenshot. */
snapshotDir: './__snapshots__',
/* Maximum time one test can run for. */
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit afde1b5

Please sign in to comment.