Skip to content

Commit fc07974

Browse files
Merge pull request #168 from aignostics/chore/FE-000-link-ketryx-tests
Link Ketryx verification tests
2 parents 9835670 + a6452ed commit fc07974

10 files changed

+21
-3
lines changed

tests/aignostics/application/TC-APPLICATION-CLI-01.feature

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ Feature: Application Run Input Validation
33
The system validates slide image resolution parameters during application
44
run submission to reject inputs that exceed application limits.
55

6+
@tests:SPEC-APPLICATION-SERVICE
67
@tests:SWR-APPLICATION-2-1
78
@tests:SWR-APPLICATION-2-2
89
@tests:SWR-APPLICATION-2-3
910
@tests:SWR-APPLICATION-2-4
11+
@tests:SWR-APPLICATION-2-13
12+
@tests:SWR-APPLICATION-2-14
1013
@id:TC-APPLICATION-CLI-01
1114
Scenario: System rejects application run submission when slide resolution exceeds limits
1215
Given the user provides slide metadata with resolution exceeding application limits

tests/aignostics/application/TC-APPLICATION-CLI-02.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Feature: Application Run CLI Commands
44
including submission, status inquiry, cancellation, and result download
55
with proper functionality across different run states.
66

7+
8+
@tests:SPEC-APPLICATION-SERVICE
79
@tests:SWR-APPLICATION-2-5
810
@tests:SWR-APPLICATION-2-6
911
@tests:SWR-APPLICATION-2-7

tests/aignostics/application/TC-APPLICATION-CLI-03.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Feature: Complete Application Execution Workflow
44
application selection, run execution, and result retrieval with automated
55
processing and output validation.
66

7+
@tests:SPEC-APPLICATION-SERVICE
78
@tests:SWR-APPLICATION-2-8
89
@tests:SWR-APPLICATION-2-9
910
@tests:SWR-APPLICATION-3-2

tests/aignostics/application/TC-APPLICATION-GUI-04.feature

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@ Feature: GUI Application Workflow Management
55
run submission, status monitoring, and run control operations including
66
user-initiated cancellation.
77

8+
@tests:SPEC-APPLICATION-SERVICE
89
@tests:SWR-APPLICATION-1-1
10+
@tests:SWR-APPLICATION-3-3
911
@tests:SWR-APPLICATION-1-2
1012
@tests:SWR-APPLICATION-2-10
1113
@tests:SWR-APPLICATION-2-11
14+
@tests:SWR-APPLICATION-2-12
15+
@tests:SWR-APPLICATION-2-15
16+
@tests:SWR-APPLICATION-2-16
1217
@id:TC-APPLICATION-GUI-04
1318
Scenario: System processes user manual cancellation of application runs through complete GUI workflow
1419
Given the system completes full application workflow through GUI interface

tests/aignostics/bucket/TC-BUCKET-CLI-01.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Feature: Bucket Complete Data Lifecycle Management
44
upload, discovery, download, and deletion with content validation and
55
cleanup verification.
66

7+
@tests:SPEC-BUCKET-SERVICE
78
@tests:SWR-BUCKET-1-1
89
@tests:SWR-BUCKET-1-2
910
@tests:SWR-BUCKET-1-3

tests/aignostics/bucket/TC-BUCKET-GUI-01.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Feature: Bucket GUI File Management Operations
44
file upload verification, grid display, download functionality, and deletion
55
with real-time UI updates and confirmation.
66

7+
@tests:SPEC-BUCKET-SERVICE
78
@tests:SWR-BUCKET-1-5
89
@tests:SWR-BUCKET-1-6
910
@tests:SWR-BUCKET-1-7

tests/aignostics/dataset/TC-DATASET-CLI-01.feature

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ Feature: Dataset Download Management
22

33
The system provides dataset download capabilities with file validation,
44
integrity verification, and completion confirmation.
5-
5+
6+
@tests:SPEC-DATASET-SERVICE
67
@tests:SWR-DATASET-1-1
78
@tests:SWR-DATASET-1-2
89
@tests:SWR-DATASET-1-3

tests/aignostics/dataset/TC-DATASET-GUI-01.feature

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ Feature: Dataset Download GUI Operations
33
The system provides graphical interface for dataset download operations
44
including dataset selection, destination configuration, and download
55
execution with progress feedback and completion validation.
6-
6+
7+
@tests:SPEC-DATASET-SERVICE
78
@tests:SWR-DATASET-1-1
89
@tests:SWR-DATASET-1-2
910
@tests:SWR-DATASET-1-3

tests/aignostics/notebook/TC-NOTEBOOK-GUI-01.feature

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ Feature: Notebook Extension Management via GUI
33
The system provides graphical interface for managing Marimo notebook
44
extension including launch capabilities, iframe integration, and
55
navigation controls for interactive data analysis workflows.
6-
6+
7+
@tests:SPEC-NOTEBOOK-SERVICE
78
@tests:SWR-NOTEBOOK-1-1
89
@id:TC-NOTEBOOK-GUI-01
910
Scenario: System manages notebook extension through GUI interface

tests/aignostics/qupath/TC-QUPATH-01.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ Feature: QuPath Software Management
33
The system provides QuPath software installation, launch capabilities,
44
and project creation functionality for image visualization and analysis.
55

6+
@tests:SPEC-QUPATH-SERVICE
67
@tests:SWR-VISUALIZATION-1-1
78
@tests:SWR-VISUALIZATION-1-2
89
@tests:SWR-VISUALIZATION-1-3
10+
@tests:SWR-VISUALIZATION-1-4
911
@id:TC-QUPATH-01
1012
Scenario: System manages QuPath software functionality
1113
When the user initiates QuPath installation

0 commit comments

Comments
 (0)