Skip to content

Commit b2707d2

Browse files
committed
Hook up new tests to CICD
1 parent d57913c commit b2707d2

1 file changed

Lines changed: 59 additions & 20 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 59 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,36 +11,75 @@ jobs:
1111
strategy:
1212
matrix:
1313
test-case: [
14-
"tests/finding_test.py",
15-
"tests/report_builder_test.py",
16-
"tests/notes_test.py",
17-
"tests/regulations_test.py",
18-
"tests/product_type_test.py",
19-
"tests/product_test.py",
14+
"openapi-validatator",
15+
"tests/action_history_test.py",
16+
"tests/alerts_test.py",
17+
"tests/announcement_banner_test.py",
18+
"tests/banner_test.py",
19+
"tests/base_test_class.py",
20+
"tests/benchmark_test.py",
21+
"tests/calendar_test.py",
22+
"tests/check_various_pages.py",
23+
"tests/close_old_findings_dedupe_test.py",
24+
"tests/close_old_findings_test.py",
25+
"tests/close_old_scans",
26+
"tests/credential_test.py",
27+
"tests/dashboard_test.py",
28+
"tests/dedupe_scans",
29+
"tests/dedupe_test.py",
30+
"tests/endpoint_extended_test.py",
2031
"tests/endpoint_test.py",
32+
"tests/engagement_checklist_test.py",
33+
"tests/engagement_export_test.py",
34+
"tests/engagement_extended_test.py",
35+
"tests/engagement_presets_test.py",
2136
"tests/engagement_test.py",
2237
"tests/environment_test.py",
23-
"tests/test_test.py",
24-
"tests/user_test.py",
38+
"tests/false_positive_history_test.py",
39+
"tests/file_test.py",
40+
"tests/finding_extended_test.py",
41+
"tests/finding_group_test.py",
42+
"tests/finding_image.png",
43+
"tests/finding_test.py",
2544
"tests/group_test.py",
45+
"tests/ibm_appscan_test.py",
46+
"tests/login_test.py",
47+
"tests/metrics_extended_test.py",
48+
"tests/note_type_test.py",
49+
"tests/notes_test.py",
50+
"tests/notification_webhook_test.py",
51+
"tests/notifications_test.py",
52+
"tests/object_test.py",
53+
"tests/product_credential_test.py",
2654
"tests/product_group_test.py",
27-
"tests/product_type_group_test.py",
2855
"tests/product_member_test.py",
56+
"tests/product_metadata_test.py",
57+
"tests/product_tag_metrics_test.py",
58+
"tests/product_test.py",
59+
"tests/product_type_group_test.py",
2960
"tests/product_type_member_test.py",
30-
"tests/ibm_appscan_test.py",
61+
"tests/product_type_test.py",
62+
"tests/questionnaire_advanced_test.py",
63+
"tests/questionnaire_test.py",
64+
"tests/regulations_test.py",
65+
"tests/reimport_scan_test.py",
66+
"tests/report_builder_test.py",
67+
"tests/risk_acceptance_test.py",
3168
"tests/search_test.py",
32-
"tests/file_test.py",
33-
"tests/dedupe_test.py",
34-
"tests/announcement_banner_test.py",
35-
"tests/close_old_findings_dedupe_test.py",
36-
"tests/close_old_findings_test.py",
37-
"tests/false_positive_history_test.py",
38-
"tests/check_various_pages.py",
69+
"tests/sla_configuration_test.py",
70+
"tests/system_settings_test.py",
71+
"tests/test_copy_test.py",
72+
"tests/test_test.py",
73+
"tests/test_type_test.py",
74+
"tests/test-dojo-sheets-NONEXISTING.json",
75+
"tests/threat_model_test.py",
76+
"tests/tool_config.py",
77+
"tests/tool_product_test.py",
78+
"tests/tool_type_test.py",
79+
"tests/user_profile_test.py",
80+
"tests/user_test.py",
3981
# "tests/import_scanner_test.py",
4082
# "tests/zap.py",
41-
"tests/notifications_test.py",
42-
"tests/tool_config.py",
43-
"openapi-validatator",
4483
]
4584
os: [alpine, debian]
4685
v3_feature_locations: [true, false]

0 commit comments

Comments
 (0)