Skip to content

Commit

Permalink
feature: add brief configs
Browse files Browse the repository at this point in the history
  • Loading branch information
easy1090 committed Aug 29, 2024
1 parent d5bc500 commit e8f7f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.1",
"scripts": {
"test": "pnpm run i:webkit && playwright test",
"i:webkit": "playwright install webkit"
"i:webkit": "playwright install-deps"
},
"dependencies": {
"devcert": "1.2.2",
Expand Down
6 changes: 1 addition & 5 deletions e2e/playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import { defineConfig, devices } from '@playwright/test';
import { defineConfig } from '@playwright/test';

export default defineConfig({
testMatch: ['/cases/**/**.test.ts'],
name: 'chrome',
use: {
...devices.DesktopChrome,
},
});

0 comments on commit e8f7f6b

Please sign in to comment.