diff --git a/tests/aignostics/application/TC-APPLICATION-CLI-01.feature b/tests/aignostics/application/TC-APPLICATION-CLI-01.feature index 090e1d5c..a4706342 100644 --- a/tests/aignostics/application/TC-APPLICATION-CLI-01.feature +++ b/tests/aignostics/application/TC-APPLICATION-CLI-01.feature @@ -3,10 +3,13 @@ Feature: Application Run Input Validation The system validates slide image resolution parameters during application run submission to reject inputs that exceed application limits. + @tests:SPEC-APPLICATION-SERVICE @tests:SWR-APPLICATION-2-1 @tests:SWR-APPLICATION-2-2 @tests:SWR-APPLICATION-2-3 @tests:SWR-APPLICATION-2-4 + @tests:SWR-APPLICATION-2-13 + @tests:SWR-APPLICATION-2-14 @id:TC-APPLICATION-CLI-01 Scenario: System rejects application run submission when slide resolution exceeds limits Given the user provides slide metadata with resolution exceeding application limits diff --git a/tests/aignostics/application/TC-APPLICATION-CLI-02.feature b/tests/aignostics/application/TC-APPLICATION-CLI-02.feature index fe241d48..c324c38b 100644 --- a/tests/aignostics/application/TC-APPLICATION-CLI-02.feature +++ b/tests/aignostics/application/TC-APPLICATION-CLI-02.feature @@ -4,6 +4,8 @@ Feature: Application Run CLI Commands including submission, status inquiry, cancellation, and result download with proper functionality across different run states. + + @tests:SPEC-APPLICATION-SERVICE @tests:SWR-APPLICATION-2-5 @tests:SWR-APPLICATION-2-6 @tests:SWR-APPLICATION-2-7 diff --git a/tests/aignostics/application/TC-APPLICATION-CLI-03.feature b/tests/aignostics/application/TC-APPLICATION-CLI-03.feature index e958d902..4df62b54 100644 --- a/tests/aignostics/application/TC-APPLICATION-CLI-03.feature +++ b/tests/aignostics/application/TC-APPLICATION-CLI-03.feature @@ -4,6 +4,7 @@ Feature: Complete Application Execution Workflow application selection, run execution, and result retrieval with automated processing and output validation. + @tests:SPEC-APPLICATION-SERVICE @tests:SWR-APPLICATION-2-8 @tests:SWR-APPLICATION-2-9 @tests:SWR-APPLICATION-3-2 diff --git a/tests/aignostics/application/TC-APPLICATION-GUI-04.feature b/tests/aignostics/application/TC-APPLICATION-GUI-04.feature index f28f38ea..79a055c0 100644 --- a/tests/aignostics/application/TC-APPLICATION-GUI-04.feature +++ b/tests/aignostics/application/TC-APPLICATION-GUI-04.feature @@ -5,10 +5,15 @@ Feature: GUI Application Workflow Management run submission, status monitoring, and run control operations including user-initiated cancellation. + @tests:SPEC-APPLICATION-SERVICE @tests:SWR-APPLICATION-1-1 + @tests:SWR-APPLICATION-3-3 @tests:SWR-APPLICATION-1-2 @tests:SWR-APPLICATION-2-10 @tests:SWR-APPLICATION-2-11 + @tests:SWR-APPLICATION-2-12 + @tests:SWR-APPLICATION-2-15 + @tests:SWR-APPLICATION-2-16 @id:TC-APPLICATION-GUI-04 Scenario: System processes user manual cancellation of application runs through complete GUI workflow Given the system completes full application workflow through GUI interface diff --git a/tests/aignostics/bucket/TC-BUCKET-CLI-01.feature b/tests/aignostics/bucket/TC-BUCKET-CLI-01.feature index 45c3a46b..f7abcbba 100644 --- a/tests/aignostics/bucket/TC-BUCKET-CLI-01.feature +++ b/tests/aignostics/bucket/TC-BUCKET-CLI-01.feature @@ -4,6 +4,7 @@ Feature: Bucket Complete Data Lifecycle Management upload, discovery, download, and deletion with content validation and cleanup verification. + @tests:SPEC-BUCKET-SERVICE @tests:SWR-BUCKET-1-1 @tests:SWR-BUCKET-1-2 @tests:SWR-BUCKET-1-3 diff --git a/tests/aignostics/bucket/TC-BUCKET-GUI-01.feature b/tests/aignostics/bucket/TC-BUCKET-GUI-01.feature index 8172b8cf..0fa26f3a 100644 --- a/tests/aignostics/bucket/TC-BUCKET-GUI-01.feature +++ b/tests/aignostics/bucket/TC-BUCKET-GUI-01.feature @@ -4,6 +4,7 @@ Feature: Bucket GUI File Management Operations file upload verification, grid display, download functionality, and deletion with real-time UI updates and confirmation. + @tests:SPEC-BUCKET-SERVICE @tests:SWR-BUCKET-1-5 @tests:SWR-BUCKET-1-6 @tests:SWR-BUCKET-1-7 diff --git a/tests/aignostics/dataset/TC-DATASET-CLI-01.feature b/tests/aignostics/dataset/TC-DATASET-CLI-01.feature index fe1f0011..474686cd 100644 --- a/tests/aignostics/dataset/TC-DATASET-CLI-01.feature +++ b/tests/aignostics/dataset/TC-DATASET-CLI-01.feature @@ -2,7 +2,8 @@ Feature: Dataset Download Management The system provides dataset download capabilities with file validation, integrity verification, and completion confirmation. - + + @tests:SPEC-DATASET-SERVICE @tests:SWR-DATASET-1-1 @tests:SWR-DATASET-1-2 @tests:SWR-DATASET-1-3 diff --git a/tests/aignostics/dataset/TC-DATASET-GUI-01.feature b/tests/aignostics/dataset/TC-DATASET-GUI-01.feature index 5d2c9c92..ab1a40a8 100644 --- a/tests/aignostics/dataset/TC-DATASET-GUI-01.feature +++ b/tests/aignostics/dataset/TC-DATASET-GUI-01.feature @@ -3,7 +3,8 @@ Feature: Dataset Download GUI Operations The system provides graphical interface for dataset download operations including dataset selection, destination configuration, and download execution with progress feedback and completion validation. - + + @tests:SPEC-DATASET-SERVICE @tests:SWR-DATASET-1-1 @tests:SWR-DATASET-1-2 @tests:SWR-DATASET-1-3 diff --git a/tests/aignostics/notebook/TC-NOTEBOOK-GUI-01.feature b/tests/aignostics/notebook/TC-NOTEBOOK-GUI-01.feature index 08c396f5..a0c876b8 100644 --- a/tests/aignostics/notebook/TC-NOTEBOOK-GUI-01.feature +++ b/tests/aignostics/notebook/TC-NOTEBOOK-GUI-01.feature @@ -3,7 +3,8 @@ Feature: Notebook Extension Management via GUI The system provides graphical interface for managing Marimo notebook extension including launch capabilities, iframe integration, and navigation controls for interactive data analysis workflows. - + + @tests:SPEC-NOTEBOOK-SERVICE @tests:SWR-NOTEBOOK-1-1 @id:TC-NOTEBOOK-GUI-01 Scenario: System manages notebook extension through GUI interface diff --git a/tests/aignostics/qupath/TC-QUPATH-01.feature b/tests/aignostics/qupath/TC-QUPATH-01.feature index 18ca538e..400266cd 100644 --- a/tests/aignostics/qupath/TC-QUPATH-01.feature +++ b/tests/aignostics/qupath/TC-QUPATH-01.feature @@ -3,9 +3,11 @@ Feature: QuPath Software Management The system provides QuPath software installation, launch capabilities, and project creation functionality for image visualization and analysis. + @tests:SPEC-QUPATH-SERVICE @tests:SWR-VISUALIZATION-1-1 @tests:SWR-VISUALIZATION-1-2 @tests:SWR-VISUALIZATION-1-3 + @tests:SWR-VISUALIZATION-1-4 @id:TC-QUPATH-01 Scenario: System manages QuPath software functionality When the user initiates QuPath installation