Skip to content

Commit 56fadab

Browse files
authored
Titlepath tree (#240)
1 parent 5ad98d2 commit 56fadab

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+407
-267
lines changed

.pnp.cjs

Lines changed: 67 additions & 123 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

.yarn/cache/allure-js-commons-npm-3.2.1-dfa9460678-03e642aaed.zip renamed to .yarn/cache/allure-js-commons-npm-3.3.0-4064ea1ece-f9f6671234.zip

257 KB
Binary file not shown.
-89.1 KB
Binary file not shown.
-99.6 KB
Binary file not shown.
Binary file not shown.

.yarn/cache/allure-vitest-npm-3.0.9-d07b6df509-9a0a8dd2f9.zip renamed to .yarn/cache/allure-vitest-npm-3.3.0-3dfda6c6ea-a98dc38eb2.zip

13 KB
Binary file not shown.

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@typescript-eslint/parser": "^8.0.0",
6262
"@vitest/runner": "^2.1.9",
6363
"@vitest/snapshot": "^2.1.9",
64-
"allure-vitest": "^3.0.9",
64+
"allure-vitest": "^3.3.0",
6565
"eslint": "^8.57.0",
6666
"eslint-config-prettier": "^9.1.0",
6767
"eslint-plugin-import": "^2.29.1",

packages/core-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@typescript-eslint/parser": "^8.0.0",
3434
"@vitest/runner": "^2.1.9",
3535
"@vitest/snapshot": "^2.1.9",
36-
"allure-vitest": "^3.0.9",
36+
"allure-vitest": "^3.3.0",
3737
"eslint": "^8.57.0",
3838
"eslint-config-prettier": "^9.1.0",
3939
"eslint-plugin-import": "^2.29.1",

packages/core-api/src/model.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ export interface TestResult {
6767

6868
retries?: TestResult[];
6969
categories?: any;
70+
71+
titlePath?: string[];
7072
}
7173

7274
export interface TestEnvGroup {

0 commit comments

Comments
 (0)