Skip to content

Commit

Permalink
chore: optimize report logic
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoushaw committed Jul 28, 2024
1 parent 91f0f7a commit d900351
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/web-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
"playwright": "1.44.1",
"puppeteer": "^22.8.0",
"@playwright/test": "1.44.1",
"fs-extra": "11.2.0"
"fs-extra": "11.2.0",
"@types/fs-extra": "11.0.4"
},
"peerDependencies": {
"@playwright/test": "^1.44.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-integration/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"strict": true
},
"exclude": [ "node_modules"],
"include": ["src", "tests", "./playwright.config.ts", "midscene-reporter.ts"]
"include": ["src", "tests", "./playwright.config.ts", "midscene-reporter.ts", "./vitest.config"]
}
2 changes: 1 addition & 1 deletion packages/web-integration/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export default defineConfig({
},
test: {
// 你的其他配置...
include: [],
include: ['tests/**/*.test.ts'],
},
});
18 changes: 18 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d900351

Please sign in to comment.