Commit 15a50e3
authored
feat: add integration tests (#21)
* feat: migrate tests to Vitest and add integration tests
- Updated testing framework from Jest to Vitest in package.json.
- Added GitHub Actions workflow for running Vitest tests on push and pull requests.
- Created integration tests for workspace operations using Vitest, including workspace creation, listing, searching, updating, and deletion.
- Introduced a WorkspaceDataFactory for generating test workspace data and tracking performance metrics.
* fix: update CODEOWNERS
* feat: run ci on multiple os
* fixup! feat: migrate tests to Vitest and add integration tests
* fix: windows tools import1 parent 03c7145 commit 15a50e3
File tree
7 files changed
+1434
-11
lines changed- .github
- workflows
- src
- tests/integration
- factories
- workspaces
7 files changed
+1434
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
0 commit comments