@allurereport/web-awesome 3.0.0-beta.13 → 3.0.0-beta.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/dist/multi/{173.app-01ff983b.js → 173.app-1829fb8f.js} +1 -1
  2. package/dist/multi/{174.app-01ff983b.js → 174.app-1829fb8f.js} +1 -1
  3. package/dist/multi/{252.app-01ff983b.js → 252.app-1829fb8f.js} +1 -1
  4. package/dist/multi/{282.app-01ff983b.js → 282.app-1829fb8f.js} +1 -1
  5. package/dist/multi/{29.app-01ff983b.js → 29.app-1829fb8f.js} +1 -1
  6. package/dist/multi/{416.app-01ff983b.js → 416.app-1829fb8f.js} +1 -1
  7. package/dist/multi/{527.app-01ff983b.js → 527.app-1829fb8f.js} +1 -1
  8. package/dist/multi/{600.app-01ff983b.js → 600.app-1829fb8f.js} +1 -1
  9. package/dist/multi/{605.app-01ff983b.js → 605.app-1829fb8f.js} +1 -1
  10. package/dist/multi/{638.app-01ff983b.js → 638.app-1829fb8f.js} +1 -1
  11. package/dist/multi/{672.app-01ff983b.js → 672.app-1829fb8f.js} +1 -1
  12. package/dist/multi/{686.app-01ff983b.js → 686.app-1829fb8f.js} +1 -1
  13. package/dist/multi/{725.app-01ff983b.js → 725.app-1829fb8f.js} +1 -1
  14. package/dist/multi/{741.app-01ff983b.js → 741.app-1829fb8f.js} +1 -1
  15. package/dist/multi/{755.app-01ff983b.js → 755.app-1829fb8f.js} +1 -1
  16. package/dist/multi/{894.app-01ff983b.js → 894.app-1829fb8f.js} +1 -1
  17. package/dist/multi/{943.app-01ff983b.js → 943.app-1829fb8f.js} +1 -1
  18. package/dist/multi/{980.app-01ff983b.js → 980.app-1829fb8f.js} +1 -1
  19. package/dist/multi/app-1829fb8f.js +2 -0
  20. package/dist/multi/manifest.json +20 -20
  21. package/dist/multi/{styles-01ff983b.css → styles-1829fb8f.css} +12 -10
  22. package/dist/single/app-3a6e31c7.js +2 -0
  23. package/dist/single/manifest.json +1 -1
  24. package/package.json +4 -4
  25. package/src/components/BaseLayout/index.tsx +1 -4
  26. package/src/components/BaseLayout/styles.scss +4 -2
  27. package/src/components/Charts/index.tsx +89 -0
  28. package/src/components/Charts/styles.scss +29 -0
  29. package/src/components/Footer/index.tsx +6 -2
  30. package/src/components/Header/index.tsx +5 -2
  31. package/src/components/Header/styles.scss +2 -0
  32. package/src/components/MainReport/index.tsx +0 -2
  33. package/src/components/MetadataButton/index.tsx +2 -2
  34. package/src/components/Report/index.tsx +7 -0
  35. package/src/components/ReportBody/index.tsx +24 -13
  36. package/src/components/ReportBody/styles.scss +1 -0
  37. package/src/components/ReportHeader/index.tsx +3 -0
  38. package/src/components/SectionPicker/index.tsx +54 -0
  39. package/src/components/SectionPicker/styles.scss +5 -0
  40. package/src/components/SectionSwitcher/index.tsx +14 -0
  41. package/src/components/SectionSwitcher/styles.scss +4 -0
  42. package/src/components/SectionTabs/index.tsx +0 -0
  43. package/src/components/SideBySide/styles.scss +1 -1
  44. package/src/components/SplitLayout/index.tsx +1 -3
  45. package/src/components/SplitLayout/styles.scss +1 -3
  46. package/src/components/TestResult/TrDropdown/index.tsx +1 -2
  47. package/src/components/TestResult/TrEnvironmentItem/index.tsx +1 -2
  48. package/src/components/TestResult/TrHistory/TrHistoryItem.tsx +1 -2
  49. package/src/components/TestResult/TrPwTraces/PwTraceButton.tsx +0 -1
  50. package/src/components/TestResult/TrRetriesView/TrRetriesItem.tsx +5 -4
  51. package/src/components/TestResult/TrSteps/TrAttachment.tsx +31 -5
  52. package/src/components/TestResult/TrSteps/TrStep.tsx +1 -2
  53. package/src/components/TestResult/TrSteps/styles.scss +4 -2
  54. package/src/components/TestResult/TrTabs/index.tsx +8 -4
  55. package/src/components/TestResult/index.tsx +0 -1
  56. package/src/components/Tree/index.tsx +6 -6
  57. package/src/components/Tree/styles.scss +0 -4
  58. package/src/index.tsx +25 -12
  59. package/src/locales/az.json +16 -0
  60. package/src/locales/de.json +17 -0
  61. package/src/locales/en.json +16 -0
  62. package/src/locales/es.json +16 -0
  63. package/src/locales/fr.json +16 -0
  64. package/src/locales/he.json +16 -0
  65. package/src/locales/hy.json +16 -0
  66. package/src/locales/it.json +16 -0
  67. package/src/locales/ja.json +16 -0
  68. package/src/locales/ka.json +16 -0
  69. package/src/locales/kr.json +16 -0
  70. package/src/locales/nl.json +16 -0
  71. package/src/locales/pl.json +16 -0
  72. package/src/locales/pt.json +16 -0
  73. package/src/locales/ru.json +16 -0
  74. package/src/locales/sv.json +16 -0
  75. package/src/locales/tr.json +16 -0
  76. package/src/locales/zh.json +16 -0
  77. package/src/stores/chart.ts +32 -0
  78. package/src/stores/locale.ts +2 -0
  79. package/src/stores/router.ts +76 -16
  80. package/src/stores/sections.ts +63 -0
  81. package/src/stores/tree.ts +9 -6
  82. package/src/styles.scss +21 -0
  83. package/src/utils/charts.ts +169 -0
  84. package/types.d.ts +3 -1
  85. package/dist/multi/app-01ff983b.js +0 -2
  86. package/dist/single/app-607f21f7.js +0 -2
  87. package/src/components/ArrowButton/index.tsx +0 -36
  88. package/src/components/ArrowButton/styles.scss +0 -35
  89. /package/dist/multi/{app-01ff983b.js.LICENSE.txt → app-1829fb8f.js.LICENSE.txt} +0 -0
  90. /package/dist/single/{app-607f21f7.js.LICENSE.txt → app-3a6e31c7.js.LICENSE.txt} +0 -0
@@ -1 +1 @@
1
- "use strict";(self.webpackChunk_allurereport_web_awesome=self.webpackChunk_allurereport_web_awesome||[]).push([[980],{980:function(e){e.exports=JSON.parse('{"statuses":{"passed":"成功","failed":"失敗","broken":"壊れた","skipped":"スキップ","unknown":"不明","total":"合計","flakyTests":"不安定","newTests":"新しい","retryTests":"再試行"},"testSummary":{"total":"合計","flaky":"不安定なテスト","retries":"再実行テスト","new":"新しいテスト"},"tabs":{"total":"すべて"},"search":{"search":"検索","search-placeholder":"名前またはID"},"filters":{"more-filters":"さらにフィルター","enable-filter":"\\"{filter}\\" フィルターを有効にする","flaky":"不安定","retry":"再試行","new":"新しい"},"sort-by":{"sort-by-text":"並べ替え:","sort-by-category":"並べ替え","direction-category":"方向"},"sort-by.values":{"order":"順序","alphabet":"アルファベット","duration":"期間","status":"ステータス"},"sort-by.directions":{"order-desc":"最新 – 最古","order-asc":"最古 – 最新","order-asc-short":"最古","order-desc-short":"最新","alphabet-asc":"A – Z","alphabet-desc":"Z – A","alphabet-asc-short":"A – Z","alphabet-desc-short":"Z – A","duration-asc":"1 – 9","duration-desc":"9 – 1","duration-asc-short":"1 – 9","duration-desc-short":"9 – 1","status-asc":"フィルターリストの順序","status-desc":"逆順","status-asc-short":"通常","status-desc-short":"逆順"},"empty":{"no-results":"結果がありません","no-tests-found":"結果が見つかりません","clear-filters":"フィルターをクリア","no-attachments-results":"添付ファイル情報が利用できません","no-history-results":"履歴情報が利用できません","no-retries-results":"再試行情報が利用できません","no-test-steps-results":"テスト手順の情報は利用できません","no-test-case-results":"テストケースの結果がありません","no-environments-results":"環境情報が利用できません"},"severity":{"blocker":"ブロッカー","critical":"重大","normal":"通常","minor":"小規模","trivial":"些細"},"execution":{"name":"実行","body":"テスト本体","setup":"セットアップ","teardown":"後処理"},"environments":{"environment_one":"環境","environment_other":"環境","all":"すべて"},"ui":{"labels":"ラベル","metadata":"メタデータ","parameters":"パラメータ","description":"説明","links":"リンク","overview":"概要","history":"履歴","attachments":"添付ファイル","retries":"再試行","environments":"環境","error":"エラー","goToStep":"ステップに移動","showLess":"表示を減らす","showMore":"もっと見る","copy":"コピー","at":"時","variables":"変数","openPwTrace":"Playwright Trace を開く"},"controls":{"newTabAttachment":"新しいタブで開く","nextTR":"次のテスト結果","prevTR":"前のテスト結果","downloadAttachment":"添付ファイルをダウンロード","backto":"戻る","clipboard":"クリップボードにコピー","clipboardError":"エラー。この機能はお使いのブラウザでサポートされていない可能性があります","clipboardSuccess":"コピー成功","collapse":"折りたたむ","expand":"展開","fullscreen":"全画面","language":"言語を変更","openInNewTab":"新しいタブで開く","openPreview":"プレビューを開く","noSelectedTR":"選択されたテスト結果はありません","comparison":"比較","showDiff":"違いを表示","viewMode":"表示モード","unified":"統一","side-by-side":"並列","compareBy":"比較基準","chars":"文字","words":"単語","lines":"行","actual":"実際","expected":"予想"},"errors":{"missedAttachment":"添付ファイルが見つかりません"}}')}}]);
1
+ "use strict";(self.webpackChunk_allurereport_web_awesome=self.webpackChunk_allurereport_web_awesome||[]).push([[980],{980:function(e){e.exports=JSON.parse('{"statuses":{"passed":"成功","failed":"失敗","broken":"壊れた","skipped":"スキップ","unknown":"不明","total":"合計","flakyTests":"不安定","newTests":"新しい","retryTests":"再試行"},"testSummary":{"total":"合計","flaky":"不安定なテスト","retries":"再実行テスト","new":"新しいテスト"},"tabs":{"total":"すべて"},"search":{"search":"検索","search-placeholder":"名前またはID"},"filters":{"more-filters":"さらにフィルター","enable-filter":"\\"{filter}\\" フィルターを有効にする","flaky":"不安定","retry":"再試行","new":"新しい"},"sort-by":{"sort-by-text":"並べ替え:","sort-by-category":"並べ替え","direction-category":"方向"},"sort-by.values":{"order":"順序","alphabet":"アルファベット","duration":"期間","status":"ステータス"},"sort-by.directions":{"order-desc":"最新 – 最古","order-asc":"最古 – 最新","order-asc-short":"最古","order-desc-short":"最新","alphabet-asc":"A – Z","alphabet-desc":"Z – A","alphabet-asc-short":"A – Z","alphabet-desc-short":"Z – A","duration-asc":"1 – 9","duration-desc":"9 – 1","duration-asc-short":"1 – 9","duration-desc-short":"9 – 1","status-asc":"フィルターリストの順序","status-desc":"逆順","status-asc-short":"通常","status-desc-short":"逆順"},"empty":{"no-results":"結果がありません","no-tests-found":"結果が見つかりません","clear-filters":"フィルターをクリア","no-attachments-results":"添付ファイル情報が利用できません","no-history-results":"履歴情報が利用できません","no-retries-results":"再試行情報が利用できません","no-test-steps-results":"テスト手順の情報は利用できません","no-test-case-results":"テストケースの結果がありません","no-environments-results":"環境情報が利用できません"},"severity":{"blocker":"ブロッカー","critical":"重大","normal":"通常","minor":"小規模","trivial":"些細"},"execution":{"name":"実行","body":"テスト本体","setup":"セットアップ","teardown":"後処理"},"environments":{"environment_one":"環境","environment_other":"環境","all":"すべて"},"ui":{"labels":"ラベル","metadata":"メタデータ","parameters":"パラメータ","description":"説明","links":"リンク","overview":"概要","history":"履歴","attachments":"添付ファイル","retries":"再試行","environments":"環境","error":"エラー","goToStep":"ステップに移動","showLess":"表示を減らす","showMore":"もっと見る","copy":"コピー","at":"時","variables":"変数","openPwTrace":"Playwright Trace を開く"},"controls":{"newTabAttachment":"新しいタブで開く","nextTR":"次のテスト結果","prevTR":"前のテスト結果","downloadAttachment":"添付ファイルをダウンロード","backto":"戻る","clipboard":"クリップボードにコピー","clipboardError":"エラー。この機能はお使いのブラウザでサポートされていない可能性があります","clipboardSuccess":"コピー成功","collapse":"折りたたむ","expand":"展開","fullscreen":"全画面","language":"言語を変更","openInNewTab":"新しいタブで開く","openPreview":"プレビューを開く","noSelectedTR":"選択されたテスト結果はありません","comparison":"比較","showDiff":"違いを表示","viewMode":"表示モード","unified":"統一","side-by-side":"並列","compareBy":"比較基準","chars":"文字","words":"単語","lines":"行","actual":"実際","expected":"予想"},"errors":{"missedAttachment":"添付ファイルが見つかりません"},"sections":{"report":"Report","charts":"グラフ"},"charts":{"trend":{"title":"トレンドチャート: {{type}}","type":{"status":"ステータス","severity":"重要度"}},"pie":{"title":"テスト成功率"}}}')}}]);