Skip to content

Commit 9daa8f3

Browse files
authoredOct 17, 2024··
Record OpenSearch-Dashboards failed test cases in test-report.yml (#5111)
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent 9e6fcf8 commit 9daa8f3

File tree

60 files changed

+2100
-366
lines changed

Some content is hidden

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

60 files changed

+2100
-366
lines changed
 

‎.licenserc.json

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"tests/tests_test_workflow/test_integ_workflow/integ_test/data/artifacts/",
1717
"tests/tests_sign_workflow/data/signature/",
1818
"tests/tests_assemble_workflow/data/artifacts/",
19+
"tests/tests_report_workflow/data/test-results/",
1920
".png",
2021
"settings.gradle",
2122
".git",

‎Pipfile

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ certifi = "~=2024.7.4"
4343
types-urllib3 = "~=1.26.25.14"
4444
charset-normalizer = "~=2.1.1"
4545
beautifulsoup4 = "~=4.12.3"
46+
lxml = "~=5.3.0"
4647

4748
[dev-packages]
4849

0 commit comments

Comments
 (0)
Please sign in to comment.