mirror of
https://github.com/azaion/detections.git
synced 2026-04-22 09:06:31 +00:00
[AZ-137] [AZ-138] Decompose test tasks and scaffold E2E test infrastructure
Made-with: Cursor
This commit is contained in:
+17
@@ -33,3 +33,20 @@ coverage.xml
|
||||
*.cover
|
||||
.hypothesis/
|
||||
.tox/
|
||||
|
||||
# Binary test data
|
||||
_docs/00_problem/input_data/*.onnx
|
||||
_docs/00_problem/input_data/*.jpg
|
||||
_docs/00_problem/input_data/*.JPG
|
||||
_docs/00_problem/input_data/*.mp4
|
||||
_docs/00_problem/input_data/*.png
|
||||
_docs/00_problem/input_data/*.avi
|
||||
|
||||
# E2E compose env
|
||||
!e2e/.env
|
||||
|
||||
# E2E test artifacts
|
||||
e2e/results/
|
||||
e2e/logs/
|
||||
!e2e/results/.gitkeep
|
||||
!e2e/logs/.gitkeep
|
||||
|
||||
Reference in New Issue
Block a user