Skip to content

Commit 2b9835d

Browse files
hi-ogawaclaude
andauthored
feat: integrate trace mark with render (#47)
Co-authored-by: Claude Opus 4.6 <[email protected]>
1 parent 91885dd commit 2b9835d

6 files changed

Lines changed: 617 additions & 588 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@ docs/public/sponsors
2323
docs/.vitepress/cache/
2424
!test/cli/fixtures/dotted-files/**/.cache
2525
test/**/__screenshots__/**/*
26+
test/**/__traces__/**/*
2627
test/browser/fixtures/update-snapshot/basic.test.ts
2728
.vitest-reports
29+
.vitest-attachments

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,22 @@
7979
},
8080
"devDependencies": {
8181
"@antfu/eslint-config": "^2.24.1",
82+
"@playwright/test": "^1.58.2",
8283
"@types/react": "^19.0.0",
8384
"@types/react-dom": "^19.0.0",
84-
"@vitejs/plugin-react": "^4.3.3",
85-
"@vitest/browser-playwright": "^4.0.18",
85+
"@vitejs/plugin-react": "^5.1.4",
86+
"@vitest/browser-playwright": "4.1.0-beta.6",
8687
"bumpp": "^9.4.2",
8788
"changelogithub": "^0.13.9",
8889
"eslint": "^9.8.0",
89-
"playwright": "^1.55.1",
90+
"playwright": "^1.58.2",
9091
"react": "^19.0.0",
9192
"react-aria-components": "^1.10.1",
9293
"react-dom": "^19.0.0",
9394
"tsdown": "^0.15.9",
9495
"tsx": "^4.17.0",
9596
"typescript": "^5.5.4",
96-
"vitest": "^4.0.18",
97+
"vitest": "4.1.0-beta.6",
9798
"zx": "^8.1.4"
9899
}
99100
}

0 commit comments

Comments
 (0)