Commit 0acc9c9
File tree
Expand file treeCollapse file tree
16 files changed
+126
-287
lines changedFilter options
- .yarn/cache
- packages/allure-vitest
- src
- test/spec
Expand file treeCollapse file tree
16 files changed
+126
-287
lines changed+14-132Lines changed: 14 additions & 132 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
.yarn/cache/@vitest-expect-npm-1.3.1-973071a540-7c2818b208.zip
Copy file name to clipboard-23.1 KB
Binary file not shown.
.yarn/cache/@vitest-runner-npm-1.3.1-944c525608-dcd452216b.zip
Copy file name to clipboard-19.4 KB
Binary file not shown.
.yarn/cache/@vitest-snapshot-npm-1.3.1-acd68865ee-2212ae82eb.zip
Copy file name to clipboard-22.8 KB
Binary file not shown.
.yarn/cache/@vitest-spy-npm-1.3.1-6cf3de14ab-544c8a30fd.zip
Copy file name to clipboard-6.29 KB
Binary file not shown.
.yarn/cache/@vitest-utils-npm-1.3.1-9057d8d83a-170c62e6c3.zip
Copy file name to clipboard-43.3 KB
Binary file not shown.
.yarn/cache/vite-node-npm-1.3.1-d8d3f8afc1-d6ca8cd5b8.zip
Copy file name to clipboard-63.1 KB
Binary file not shown.
.yarn/cache/vitest-npm-1.3.1-f654c79bcc-41a8405d65.zip
Copy file name to clipboard-335 KB
Binary file not shown.
packages/allure-vitest/.eslintrc.cjs
Copy file name to clipboardExpand all lines: packages/allure-vitest/.eslintrc.cjs+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
3 | 4 |
|
4 | 5 |
|
5 | 6 |
|
|
packages/allure-vitest/package.json
Copy file name to clipboardExpand all lines: packages/allure-vitest/package.json+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
| 54 | + |
54 | 55 |
|
55 | 56 |
|
56 | 57 |
|
| ||
62 | 63 |
|
63 | 64 |
|
64 | 65 |
|
65 |
| - |
| 66 | + |
66 | 67 |
|
67 | 68 |
|
packages/allure-vitest/src/VitestTestRuntime.ts
Copy file name to clipboard+43Lines changed: 43 additions & 0 deletions
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 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
packages/allure-vitest/src/reporter.ts
Copy file name to clipboardExpand all lines: packages/allure-vitest/src/reporter.ts+7-11Lines changed: 7 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
8 | 7 |
|
9 | 8 |
|
10 | 9 |
|
| ||
65 | 64 |
|
66 | 65 |
|
67 | 66 |
|
68 |
| - |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
69 | 72 |
|
70 | 73 |
|
| 74 | + |
71 | 75 |
|
72 |
| - |
73 |
| - |
74 |
| - |
75 |
| - |
76 |
| - |
77 |
| - |
78 |
| - |
79 |
| - |
80 | 76 |
|
81 | 77 |
|
82 |
| - |
| 78 | + |
83 | 79 |
|
84 | 80 |
|
85 | 81 |
|
|
0 commit comments