Skip to content

Update root allure config#420

Merged
epszaw merged 2 commits into
mainfrom
update-allure-config
Dec 22, 2025
Merged

Update root allure config#420
epszaw merged 2 commits into
mainfrom
update-allure-config

Conversation

@epszaw
Copy link
Copy Markdown
Member

@epszaw epszaw commented Dec 22, 2025

No description provided.

@github-actions
Copy link
Copy Markdown

Allure Report Summary

Name Duration Stats New Flaky Retry Report
Allure 3 Report 22m 3s 576ms Passed tests 4090   Failed tests 0   Broken tests 0   Skipped tests 15   Unknown tests 12 452 0 0
My Dashboard 22m 3s 576ms Passed tests 4090   Failed tests 0   Broken tests 0   Skipped tests 15   Unknown tests 12 452 0 0 View

@github-actions
Copy link
Copy Markdown

Allure 3 Report: 452 new tests (part 1)
  • passed should return empty string when unable to extract repository name (1ms)
  • passed should return empty string when CI_PROJECT_NAME is not set (0ms)
  • passed should return branch name from GITHUB_REF variable when GITHUB_HEAD_REF is not set (regular branch push) (0ms)
  • passed should return empty string when CIRCLE_PROJECT_REPONAME is not set (0ms)
  • passed should return empty string when git command fails with error (1ms)
  • passed should return empty string when DRONE_REPO_NAME is not set (0ms)
  • passed should return empty string when git command fails with error (0ms)
  • passed should return empty string when GIT_URL is not set (0ms)
  • passed should return empty string when neither environment variable is set (0ms)
  • passed should return repository name when DRONE_REPO_NAME is set (0ms)
  • passed should return the repository name as-is when no slash present (0ms)
  • passed should extract repository name from git url (1ms)
  • passed should return repository name when BITBUCKET_REPO_SLUG is set (0ms)
  • passed should return empty string when unable to extract repository name (0ms)
  • passed should return the repository name when git command succeeds (3ms)
  • passed should return empty string when GITHUB_REPOSITORY is not set (0ms)
  • passed should return empty string when BITBUCKET_REPO_SLUG is not set (0ms)
  • passed should extract repository name from git url (1ms)
  • passed should return empty string when unable to extract repository name (1ms)
  • passed should return empty string when CODEBUILD_SOURCE_REPO_URL is not set (1ms)
  • passed should return the repository name as-is when no slash present (0ms)
  • passed should extract repository name from full path (1ms)
  • passed should return branch from GITHUB_HEAD_REF variable when it is set (pull request) (0ms)
  • passed should extract repository name from full path (0ms)
  • passed should return repository name when CI_PROJECT_NAME is set (0ms)
  • passed should return repository name when CIRCLE_PROJECT_REPONAME is set (0ms)
  • passed should return empty string when BUILD_REPOSITORY_NAME is not set (0ms)
  • passed should return the branch name when git command succeeds (1ms)
  • passed groups by labels only when tests have no titlePath (3ms)
  • passed returns empty tree for empty input (5ms)
  • passed appends titlePath levels after label groups (2ms)
  • passed should return empty array if branch is not provided (5ms)
  • passed should iterate over a single line (331ms)
  • passed should accept a user-defined exit code (271ms)
  • passed should emit unterminated line (387ms)
  • passed shows stderr if failed (310ms)
  • passed should stop with a timeout (16ms)
  • passed should iterate empty output (368ms)
  • passed should throw if a user-defined exit code predicate returns false (353ms)
  • passed should stop with a specific timeout signal (67ms)
  • passed should iterate empty output (351ms)
  • passed should use the specified encoding to decode stdout (301ms)
  • passed ignores stderr if ignoreStderr is set (297ms)
  • passed should accept if a user-defined exit code predicate returns true (362ms)
  • passed should iterate over multiple lines (260ms)
  • passed should throw on non-zero exit code (293ms)
  • passed shows stderr if failed (400ms)
  • passed should iterate over multiple lines (494ms)
  • passed should iterate over multiple chunks output (268ms)
  • passed should emit unterminated line (283ms)
  • passed should iterate empty output (294ms)
  • passed should iterate over some output (313ms)
  • passed should use the specified encoding to decode stdout (302ms)
  • passed should use stdout encoding for stderr by default (304ms)
  • passed should iterate over a single line (458ms)
  • passed ignores stderr if ignoreStderr is set (357ms)
  • passed should apply stderr encoding (325ms)
  • passed should throw if a user-defined exit code predicate returns false (301ms)
  • passed should stop with a specific timeout signal (74ms)
  • passed should stop with a timeout (35ms)
  • passed should accept if a user-defined exit code predicate returns true (420ms)
  • passed should accept a user-defined exit code (507ms)
  • passed should throw on non-zero exit code (638ms)
  • passed should add single file mode flag to the summary meta (1ms)
  • passed should pass when max duration is less than expected (1ms)
  • passed should find allurerc.yaml in cwd (5ms)
  • passed should return default config when file doesn't exist (11ms)
  • passed should read a .yml config (6ms)
  • passed should read a .cjs config (11ms)
  • passed should return default config when file doesn't exist (4ms)
  • passed should load valid json config file (7ms)
  • passed shoild attempt finding allurerc.mjs before allurerc.cjs (9ms)
  • passed shouldn't set default history path if it's not provided (1ms)
  • passed shoild attempt finding allurerc.json before allurerc.yaml (5ms)
  • passed should pass when max duration equals expected (0ms)
  • passed should find allurerc.yml in cwd (4ms)
  • passed should read a .mjs config (11ms)
  • passed should fail when max duration exceeds expected (1ms)
  • passed should handle all tests with no duration (1ms)
  • passed should throw error when json is invalid (14ms)
  • passed should find allurerc.cjs in cwd (5ms)
  • passed should read a .js config (11ms)
  • passed should load valid yaml config file (36ms)
  • passed shoild attempt finding allurerc.yaml before allurerc.yml (5ms)
  • passed should read a .yaml config (6ms)
  • passed should throw error when yaml is invalid (10ms)
  • passed shoild attempt finding allurerc.js before allurerc.mjs (13ms)
  • passed should return default config when parsed json is null (18ms)
  • passed shoild attempt finding allurerc.cjs before allurerc.json (6ms)
  • passed should read a .json config (4ms)
  • passed should find allurerc.json in cwd (5ms)
  • passed should handle tests with no duration as 0 (1ms)
  • passed should not filter out known issues (0ms)
  • passed should stop a tree of a single process (2s 533ms)
  • passed should exit with code 1 when resultsDir doesn't exist (8ms)
  • passed should prefer CLI arguments over config (10ms)
  • passed should exit with code 1 when resultsDir doesn't exist (8ms)
  • passed should exit with code 1 and print a message when no results directories found (3ms)
  • passed should check for summary.json in target directory (1ms)
  • passed should stop a three-level process tree (6s 711ms)
  • passed should call serve when open flag is true (1ms)
  • passed should restore state from stage dump files when provided (1ms)
  • passed should stop a tree of a parent and three children (4s 890ms)
  • passed should not overwrite readConfig values if no CLI arguments provided (5ms)
  • passed should exit with code 1 when resultsDir doesn't exist (7ms)
  • passed should generate report in temp directory and serve when no summary files found (10ms)
  • passed should call generate with correct parameters when results directory is provided (8ms)
  • passed should propagate errors from generate function (3ms)
  • passed should not overwrite readConfig values if no CLI arguments provided (4ms)
  • passed should pass port to serve when open flag is true and port is specified (1ms)
  • passed should prefer CLI arguments over config and defaults (14ms)
  • passed should prefer CLI arguments over config and defaults (13ms)
  • passed should use custom config file when provided (1ms)
  • passed should set output to default and take other props from readConfig if no CLI arguments provided (7ms)
  • passed should use cwd when provided (1ms)
  • passed should prefer CLI arguments over config and defaults (14ms)
  • passed should exit with code 1 when resultsDir doesn't exist (7ms)
  • passed should serve existing report when summary.json files are found (2ms)
  • passed should prefer CLI arguments over config and defaults (13ms)
  • passed should prefer CLI arguments over config and defaults (10ms)
  • passed should initialize and run allure report when the results directory is provided (1ms)
  • passed should call generate with both stage files and results directory (1ms)
  • passed should restore state from both stage dump files and results directories (1ms)
  • passed should handle known errors and exit with code 1 without errors logging (3ms)
  • passed should prefer CLI arguments over config and defaults (13ms)
  • passed should exit with code 1 when there is no test results found (1ms)
  • passed should exit with code 1 when resultsDir doesn't exist (7ms)
  • passed should not overwrite readConfig values if no CLI arguments provided (3ms)
  • passed should not overwrite readConfig values if no CLI arguments provided (3ms)
  • passed should handle errors from serve function when open is true (1ms)
  • passed should not overwrite readConfig values if no CLI arguments provided (8ms)
  • passed should serve with custom port when specified (1ms)
  • passed should do nothing when there are no results directory and stage files (7ms)
  • passed should exit with code 1 when resultsDir doesn't exist (7ms)
  • passed should call generate with stage files when provided (1ms)
  • passed should pass config to generate function (3ms)
  • passed should prefer CLI arguments over config and defaults (19ms)
  • passed should exit with code 1 when resultsDir doesn't exist (7ms)
  • passed should create temp directory with mkdtemp pattern (1ms)
  • passed should stop a tree of a parent and one child (3s 672ms)
  • passed should not call serve when open flag is false (1ms)
  • passed should exit with code 1 when resultsDir doesn't exist (8ms)
  • passed should generate report when target directory does not exist (1ms)
  • passed should use default resultsDir when not provided (1ms)
  • passed should not overwrite readConfig values if no CLI arguments provided (4ms)
  • passed should handle unknown errors and exit with code 1 with errors logging (2ms)
  • passed should call generate with default results directory when not provided (1ms)
  • passed shouldn't show global status and exit code when exit code isn't available (1s 736ms)
  • passed shouldn't show global status and exit code when exit code isn't available (1s 429ms)
  • passed shouldn't show global status and exit code when exit code isn't available (2s 398ms)
  • passed returns empty tree for empty input (19ms)
  • passed groups by labels only when tests have no titlePath (3ms)
  • passed appends titlePath levels after label groups (2ms)
  • passed should return empty string when git command fails with error (0ms)
  • passed should extract repository name from git url (1ms)
  • passed should return repository name when CIRCLE_PROJECT_REPONAME is set (0ms)
  • passed should return empty string when unable to extract repository name (0ms)
  • passed should return empty string when BITBUCKET_REPO_SLUG is not set (0ms)
  • passed should return the repository name when git command succeeds (2ms)
  • passed should return empty string when BUILD_REPOSITORY_NAME is not set (1ms)
  • passed should return empty string when neither environment variable is set (4ms)
  • passed should return empty string when CODEBUILD_SOURCE_REPO_URL is not set (0ms)
  • passed should return branch name from GITHUB_REF variable when GITHUB_HEAD_REF is not set (regular branch push) (0ms)
  • passed should return the branch name when git command succeeds (0ms)
  • passed should extract repository name from full path (0ms)
  • passed should return empty string when DRONE_REPO_NAME is not set (0ms)
  • passed should return empty string when GITHUB_REPOSITORY is not set (0ms)
  • passed should return branch from GITHUB_HEAD_REF variable when it is set (pull request) (0ms)
  • passed should return repository name when DRONE_REPO_NAME is set (0ms)
  • passed should return empty string when unable to extract repository name (1ms)
  • passed should extract repository name from git url (0ms)
  • passed should return the repository name as-is when no slash present (0ms)
  • passed should return repository name when BITBUCKET_REPO_SLUG is set (0ms)
  • passed should return repository name when CI_PROJECT_NAME is set (0ms)
  • passed should extract repository name from full path (2ms)
  • passed should return empty string when CIRCLE_PROJECT_REPONAME is not set (0ms)
  • passed should return empty string when GIT_URL is not set (0ms)
  • passed should return empty string when unable to extract repository name (0ms)
  • passed should return the repository name as-is when no slash present (0ms)
  • passed should return empty string when CI_PROJECT_NAME is not set (0ms)
  • passed should return empty string when git command fails with error (0ms)
  • passed should return empty array if branch is not provided (1ms)
  • passed should use the specified encoding to decode stdout (186ms)
  • passed should stop with a timeout (39ms)
  • passed should accept if a user-defined exit code predicate returns true (262ms)
  • passed should iterate over multiple lines (183ms)
  • passed shows stderr if failed (189ms)
  • passed should emit unterminated line (293ms)
  • passed should throw if a user-defined exit code predicate returns false (211ms)
  • passed should iterate empty output (178ms)
  • passed should use the specified encoding to decode stdout (184ms)
  • passed should iterate over some output (182ms)
  • passed should iterate empty output (214ms)
  • passed shows stderr if failed (219ms)
  • passed should use stdout encoding for stderr by default (188ms)
  • passed should throw on non-zero exit code (369ms)
  • passed should iterate over multiple chunks output (213ms)
  • passed should accept if a user-defined exit code predicate returns true (187ms)
  • passed should iterate over a single line (166ms)
  • passed should iterate over multiple lines (175ms)

@github-actions
Copy link
Copy Markdown

Allure 3 Report: 452 new tests (part 2)
  • passed should throw on non-zero exit code (273ms)
  • passed should stop with a timeout (21ms)
  • passed should stop with a specific timeout signal (63ms)
  • passed should emit unterminated line (185ms)
  • passed should apply stderr encoding (172ms)
  • passed should stop with a specific timeout signal (69ms)
  • passed ignores stderr if ignoreStderr is set (219ms)
  • passed should iterate empty output (202ms)
  • passed should throw if a user-defined exit code predicate returns false (233ms)
  • passed should iterate over a single line (204ms)
  • passed should accept a user-defined exit code (196ms)
  • passed should accept a user-defined exit code (533ms)
  • passed ignores stderr if ignoreStderr is set (173ms)
  • passed should add single file mode flag to the summary meta (0ms)
  • passed should pass when max duration is less than expected (0ms)
  • passed should handle tests with no duration as 0 (0ms)
  • passed should find allurerc.cjs in cwd (2ms)
  • passed should find allurerc.json in cwd (2ms)
  • passed should pass when max duration equals expected (0ms)
  • passed should return default config when file doesn't exist (1ms)
  • passed should read a .yaml config (7ms)
  • passed should read a .cjs config (10ms)
  • passed shouldn't set default history path if it's not provided (1ms)
  • passed should return default config when parsed json is null (2ms)
  • passed shoild attempt finding allurerc.mjs before allurerc.cjs (4ms)
  • passed should throw error when json is invalid (2ms)
  • passed should read a .yml config (3ms)
  • passed shoild attempt finding allurerc.js before allurerc.mjs (5ms)
  • passed should fail when max duration exceeds expected (0ms)
  • passed should throw error when yaml is invalid (3ms)
  • passed should find allurerc.yaml in cwd (3ms)
  • passed should not filter out known issues (0ms)
  • passed should handle all tests with no duration (0ms)
  • passed shoild attempt finding allurerc.json before allurerc.yaml (3ms)
  • passed shoild attempt finding allurerc.yaml before allurerc.yml (2ms)
  • passed should read a .mjs config (5ms)
  • passed should read a .js config (5ms)
  • passed should load valid yaml config file (10ms)
  • passed should return default config when file doesn't exist (1ms)
  • passed shoild attempt finding allurerc.cjs before allurerc.json (3ms)
  • passed should read a .json config (4ms)
  • passed should find allurerc.yml in cwd (2ms)
  • passed should load valid json config file (3ms)
  • passed should use custom config file when provided (1ms)
  • passed should serve with custom port when specified (1ms)
  • passed should exit with code 1 when there is no test results found (1ms)
  • passed should call generate with correct parameters when results directory is provided (6ms)
  • passed should use a custom signal (300ms)
  • passed should exit with code 1 when resultsDir doesn't exist (8ms)
  • passed should exit with code 1 when resultsDir doesn't exist (7ms)
  • passed should handle known errors and exit with code 1 without errors logging (2ms)
  • passed should stop a tree of a parent and three children (1s 726ms)
  • passed should set output to default and take other props from readConfig if no CLI arguments provided (6ms)
  • passed should pass port to serve when open flag is true and port is specified (1ms)
  • passed should not overwrite readConfig values if no CLI arguments provided (3ms)
  • passed should call serve when open flag is true (1ms)
  • passed should call generate with both stage files and results directory (1ms)
  • passed should serve existing report when summary.json files are found (2ms)
  • passed should exit with code 1 and print a message when no results directories found (2ms)
  • passed should not overwrite readConfig values if no CLI arguments provided (3ms)
  • passed should restore state from both stage dump files and results directories (1ms)
  • passed should prefer CLI arguments over config and defaults (11ms)
  • passed should exit with code 1 when resultsDir doesn't exist (6ms)
  • passed should not call serve when open flag is false (1ms)
  • passed should prefer CLI arguments over config and defaults (30ms)
  • passed should prefer CLI arguments over config (15ms)
  • passed should use default resultsDir when not provided (1ms)
  • passed should prefer CLI arguments over config and defaults (13ms)
  • passed should call generate with stage files when provided (1ms)
  • passed should not overwrite readConfig values if no CLI arguments provided (7ms)
  • passed should stop a tree of a parent and one child (1s 140ms)
  • passed should create temp directory with mkdtemp pattern (1ms)
  • passed should generate report in temp directory and serve when no summary files found (18ms)
  • passed should initialize and run allure report when the results directory is provided (1ms)
  • passed should handle unknown errors and exit with code 1 with errors logging (1ms)
  • passed should prefer CLI arguments over config and defaults (15ms)
  • passed should prefer CLI arguments over config and defaults (17ms)
  • passed should pass config to generate function (2ms)
  • passed should not overwrite readConfig values if no CLI arguments provided (2ms)
  • passed should exit with code 1 when resultsDir doesn't exist (6ms)
  • passed should handle errors from serve function when open is true (1ms)
  • passed should not overwrite readConfig values if no CLI arguments provided (2ms)
  • passed should exit with code 1 when resultsDir doesn't exist (6ms)
  • passed should restore state from stage dump files when provided (1ms)
  • passed should call generate with default results directory when not provided (1ms)
  • passed should exit with code 1 when resultsDir doesn't exist (7ms)
  • passed should stop a three-level process tree (2s 672ms)
  • passed should use cwd when provided (1ms)
  • passed should not overwrite readConfig values if no CLI arguments provided (7ms)
  • passed should generate report when target directory does not exist (2ms)
  • passed should check for summary.json in target directory (1ms)
  • passed should stop a tree of a single process (327ms)
  • passed should exit with code 1 when resultsDir doesn't exist (13ms)
  • passed should prefer CLI arguments over config and defaults (9ms)
  • passed should prefer CLI arguments over config and defaults (11ms)
  • passed should propagate errors from generate function (2ms)
  • passed should exit with code 1 when resultsDir doesn't exist (8ms)
  • passed should do nothing when there are no results directory and stage files (6ms)
  • passed shouldn't show global status and exit code when exit code isn't available (1s 91ms)
  • passed shouldn't show global status and exit code when exit code isn't available (1s 145ms)
  • passed shouldn't show global status and exit code when exit code isn't available (1s 936ms)
  • passed groups by labels only when tests have no titlePath (1ms)
  • passed appends titlePath levels after label groups (0ms)
  • passed returns empty tree for empty input (1ms)
  • passed should return empty string when CIRCLE_PROJECT_REPONAME is not set (0ms)
  • passed should return the branch name when git command succeeds (0ms)
  • passed should return empty string when unable to extract repository name (0ms)
  • passed should return empty string when git command fails with error (0ms)
  • passed should return branch from GITHUB_HEAD_REF variable when it is set (pull request) (0ms)
  • passed should return empty string when DRONE_REPO_NAME is not set (0ms)
  • passed should return empty string when CI_PROJECT_NAME is not set (0ms)
  • passed should return repository name when DRONE_REPO_NAME is set (0ms)
  • passed should return empty string when GIT_URL is not set (0ms)
  • passed should return repository name when CIRCLE_PROJECT_REPONAME is set (0ms)
  • passed should return empty string when neither environment variable is set (0ms)
  • passed should return empty string when CODEBUILD_SOURCE_REPO_URL is not set (0ms)
  • passed should return the repository name as-is when no slash present (0ms)
  • passed should return repository name when BITBUCKET_REPO_SLUG is set (0ms)
  • passed should return empty string when unable to extract repository name (0ms)
  • passed should return empty string when BUILD_REPOSITORY_NAME is not set (0ms)
  • passed should return empty string when unable to extract repository name (0ms)
  • passed should extract repository name from git url (0ms)
  • passed should return the repository name when git command succeeds (1ms)
  • passed should return empty string when GITHUB_REPOSITORY is not set (0ms)
  • passed should extract repository name from full path (0ms)
  • passed should extract repository name from git url (0ms)
  • passed should return the repository name as-is when no slash present (0ms)
  • passed should return empty string when BITBUCKET_REPO_SLUG is not set (0ms)
  • passed should return repository name when CI_PROJECT_NAME is set (0ms)
  • passed should return empty string when git command fails with error (0ms)
  • passed should return branch name from GITHUB_REF variable when GITHUB_HEAD_REF is not set (regular branch push) (0ms)
  • passed should extract repository name from full path (0ms)
  • passed should return empty array if branch is not provided (1ms)
  • passed should apply stderr encoding (132ms)
  • passed should accept if a user-defined exit code predicate returns true (108ms)
  • passed should iterate empty output (124ms)
  • passed should accept if a user-defined exit code predicate returns true (145ms)
  • passed should iterate over some output (113ms)
  • passed should emit unterminated line (106ms)
  • passed should throw on non-zero exit code (125ms)
  • passed should accept a user-defined exit code (109ms)
  • passed shows stderr if failed (151ms)
  • passed should iterate empty output (122ms)
  • passed should stop with a timeout (25ms)
  • passed should stop with a specific timeout signal (55ms)
  • passed should iterate over multiple chunks output (123ms)
  • passed shows stderr if failed (110ms)
  • passed should iterate over a single line (130ms)
  • passed should accept a user-defined exit code (138ms)
  • passed should stop with a specific timeout signal (59ms)
  • passed should emit unterminated line (124ms)
  • passed should throw if a user-defined exit code predicate returns false (125ms)
  • passed ignores stderr if ignoreStderr is set (130ms)
  • passed should iterate over a single line (106ms)
  • passed should iterate over multiple lines (103ms)
  • passed should use the specified encoding to decode stdout (108ms)
  • passed should iterate empty output (138ms)
  • passed should use stdout encoding for stderr by default (118ms)
  • passed should iterate over multiple lines (113ms)
  • passed should stop with a timeout (11ms)
  • passed should throw if a user-defined exit code predicate returns false (133ms)
  • passed ignores stderr if ignoreStderr is set (134ms)
  • passed should use the specified encoding to decode stdout (107ms)
  • passed should throw on non-zero exit code (107ms)
  • passed should add single file mode flag to the summary meta (0ms)
  • passed shouldn't set default history path if it's not provided (0ms)
  • passed shoild attempt finding allurerc.json before allurerc.yaml (2ms)
  • passed should read a .json config (3ms)
  • passed should handle all tests with no duration (1ms)
  • passed should return default config when file doesn't exist (1ms)
  • passed shoild attempt finding allurerc.cjs before allurerc.json (2ms)
  • passed should load valid yaml config file (7ms)
  • passed should load valid json config file (2ms)
  • passed shoild attempt finding allurerc.mjs before allurerc.cjs (5ms)
  • passed should find allurerc.yml in cwd (1ms)
  • passed should return default config when file doesn't exist (1ms)
  • passed should throw error when json is invalid (1ms)
  • passed should throw error when yaml is invalid (2ms)
  • passed shoild attempt finding allurerc.yaml before allurerc.yml (4ms)
  • passed shoild attempt finding allurerc.js before allurerc.mjs (3ms)
  • passed should read a .cjs config (6ms)
  • passed should read a .js config (10ms)
  • passed should find allurerc.cjs in cwd (2ms)
  • passed should pass when max duration equals expected (0ms)
  • passed should return default config when parsed json is null (1ms)
  • passed should read a .mjs config (8ms)
  • passed should pass when max duration is less than expected (1ms)
  • passed should read a .yaml config (3ms)
  • passed should not filter out known issues (0ms)
  • passed should read a .yml config (9ms)
  • passed should fail when max duration exceeds expected (0ms)
  • passed should find allurerc.json in cwd (2ms)
  • passed should find allurerc.yaml in cwd (1ms)
  • passed should handle tests with no duration as 0 (0ms)
  • passed should generate report when target directory does not exist (1ms)
  • passed should not overwrite readConfig values if no CLI arguments provided (1ms)
  • passed should exit with code 1 when resultsDir doesn't exist (3ms)
  • passed should check for summary.json in target directory (0ms)
  • passed should handle unknown errors and exit with code 1 with errors logging (0ms)
  • passed should call generate with both stage files and results directory (0ms)

@github-actions
Copy link
Copy Markdown

Allure 3 Report: 452 new tests (part 3)
  • passed should propagate errors from generate function (1ms)
  • passed should prefer CLI arguments over config and defaults (3ms)
  • passed should prefer CLI arguments over config (4ms)
  • passed should not overwrite readConfig values if no CLI arguments provided (1ms)
  • passed should prefer CLI arguments over config and defaults (8ms)
  • passed should not call serve when open flag is false (0ms)
  • passed should call generate with stage files when provided (0ms)
  • passed should serve existing report when summary.json files are found (1ms)
  • passed should restore state from stage dump files when provided (0ms)
  • passed should call serve when open flag is true (0ms)
  • passed should exit with code 1 when resultsDir doesn't exist (3ms)
  • passed should call generate with correct parameters when results directory is provided (3ms)
  • passed should set output to default and take other props from readConfig if no CLI arguments provided (2ms)
  • passed should handle errors from serve function when open is true (0ms)
  • passed should stop a tree of a parent and one child (762ms)
  • passed should restore state from both stage dump files and results directories (0ms)
  • passed should handle known errors and exit with code 1 without errors logging (1ms)
  • passed should stop a tree of a parent and three children (1s 50ms)
  • passed should pass port to serve when open flag is true and port is specified (0ms)
  • passed should exit with code 1 when there is no test results found (0ms)
  • passed should exit with code 1 when resultsDir doesn't exist (2ms)
  • passed should use a custom signal (151ms)
  • passed should exit with code 1 when resultsDir doesn't exist (2ms)
  • passed should call generate with default results directory when not provided (0ms)
  • passed should prefer CLI arguments over config and defaults (4ms)
  • passed should prefer CLI arguments over config and defaults (5ms)
  • passed should exit with code 1 when resultsDir doesn't exist (2ms)
  • passed should exit with code 1 when resultsDir doesn't exist (3ms)
  • passed should not overwrite readConfig values if no CLI arguments provided (2ms)
  • passed should stop a tree of a single process (217ms)
  • passed should use custom config file when provided (0ms)
  • passed should do nothing when there are no results directory and stage files (2ms)
  • passed should exit with code 1 when resultsDir doesn't exist (3ms)
  • passed should use default resultsDir when not provided (0ms)
  • passed should exit with code 1 when resultsDir doesn't exist (4ms)
  • passed should initialize and run allure report when the results directory is provided (0ms)
  • passed should pass config to generate function (1ms)
  • passed should not overwrite readConfig values if no CLI arguments provided (1ms)
  • passed should create temp directory with mkdtemp pattern (0ms)
  • passed should prefer CLI arguments over config and defaults (14ms)
  • passed should prefer CLI arguments over config and defaults (6ms)
  • passed should not overwrite readConfig values if no CLI arguments provided (1ms)
  • passed should serve with custom port when specified (1ms)
  • passed should stop a three-level process tree (1s 524ms)
  • passed should prefer CLI arguments over config and defaults (4ms)
  • passed should exit with code 1 and print a message when no results directories found (1ms)
  • passed should use cwd when provided (0ms)
  • passed should generate report in temp directory and serve when no summary files found (4ms)
  • passed should not overwrite readConfig values if no CLI arguments provided (2ms)
  • passed shouldn't show global status and exit code when exit code isn't available (784ms)
  • passed shouldn't show global status and exit code when exit code isn't available (850ms)
  • passed shouldn't show global status and exit code when exit code isn't available (1s 437ms)

@github-actions
Copy link
Copy Markdown

Allure Report Summary

Name Duration Stats New Flaky Retry Report
Allure 3 Report 17m 3s 594ms Passed tests 3574   Failed tests 0   Broken tests 1   Skipped tests 10   Unknown tests 12 0 0 0 View
My Dashboard 17m 3s 594ms Passed tests 3574   Failed tests 0   Broken tests 1   Skipped tests 10   Unknown tests 12 0 0 0 View

@github-actions
Copy link
Copy Markdown

Allure Report Summary

Name Duration Stats New Flaky Retry Report
Allure 3 Report 22m 50s 208ms Passed tests 4090   Failed tests 0   Broken tests 0   Skipped tests 15   Unknown tests 12 0 0 0 View
My Dashboard 22m 50s 208ms Passed tests 4090   Failed tests 0   Broken tests 0   Skipped tests 15   Unknown tests 12 0 0 0 View

@epszaw epszaw merged commit 4fb0a3a into main Dec 22, 2025
14 of 15 checks passed
@epszaw epszaw deleted the update-allure-config branch December 22, 2025 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant