Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/aignostics/application/TC-APPLICATION-CLI-01.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions tests/aignostics/application/TC-APPLICATION-CLI-02.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tests/aignostics/application/TC-APPLICATION-CLI-03.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions tests/aignostics/application/TC-APPLICATION-GUI-04.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tests/aignostics/bucket/TC-BUCKET-CLI-01.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tests/aignostics/bucket/TC-BUCKET-GUI-01.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion tests/aignostics/dataset/TC-DATASET-CLI-01.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion tests/aignostics/dataset/TC-DATASET-GUI-01.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion tests/aignostics/notebook/TC-NOTEBOOK-GUI-01.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions tests/aignostics/qupath/TC-QUPATH-01.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down