Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 152d5f87 authored by rui rodrigues's avatar rui rodrigues
Browse files

add smoke and regressions tags. Move image about resourses to resourses

parent 0bd36352
No related branches found
No related tags found
No related merge requests found
Pipeline #200396 passed
......@@ -301,5 +301,5 @@ The following branch naming convention is recommended for spikes and changes not
> - Using TestRunner 'UiSimplOpenRunner' (via variable RUNNER_TO_USE)
> - Matching tags '@regression or @wizard' (via variable TAGS_TO_USE)
![img.png](sample_schedule_pipeline.png)
![img.png](src/main/resources/sample_schedule_pipeline.png)
@createDataSpace
@createDataSpace @regression
Feature: Navigate to the "Select a Template" page
@SIMPL-3667
@SIMPL-3667 @smoke
Scenario: Filter Data Spaces by Status
Given the user is on the 'Data spaces' page
When the user clicks on 'Create Data Space' button
Then the page 'Select a Template' should be opened
@SIMPL-3793
@SIMPL-3793 @smoke
Scenario: Select Data Space Template
Given the user is on the 'Data spaces' page
When the user clicks on 'Create Data Space' button
......
@dataspaces
@dataspaces @regression
Feature: Filter Data Spaces by Status
@SIMPL-3666
@SIMPL-3666 @smoke
Scenario Outline: Filter Data Spaces by Status
Given the user is on the 'Data spaces' page
When the user selects the status filter "<status>"
......@@ -10,7 +10,7 @@ Feature: Filter Data Spaces by Status
| status |
| RUNNING |
@SIMPL-3883
@SIMPL-3883 @smoke
Scenario: Interact with a Data Space
Given the user is on the 'Data spaces' page
When the user clicks on 'Interact' for a data space with status RUNNING
......
@logout
@logout @regression
Feature: User Logout
@SIMPL-3603
@SIMPL-3603 @smoke
Scenario: User logs out successfully
Given the user is on the 'Data spaces' page
When the user clicks on the 'Log out' button next to the users email
......
@wizard
@wizard @regression
Feature: Wizard
Background:
Given the user is on the SD Wizard
And the user clicks on get started button
@TCW01 @SIMPL-1018
@TCW01 @SIMPL-1018 @smoke
Scenario: The upload widget is visible successfully
Then upload widget should be visible
And the information select a SHACL shape or Upload should be displayed
And the Select Ecosystem dropdown menu options are displayed
And the user clicks the SIMPL option
@TCW02 @SIMPL-1020 @SIMPL-1022
@TCW02 @SIMPL-1020 @SIMPL-1022 @smoke
Scenario: File Upload and Displaying of Complete Person Form
Given the file selection dialog box is visible
And the user clicks the Upload button from the widget
......@@ -70,7 +70,7 @@ Feature: Wizard
Then the user clicks the Save button
And the JSON file is downloaded
@TCW07 @SIMPL-3643
@TCW07 @SIMPL-3643 @smoke
Scenario: Data Offering and Application Offering schema form are visible successfully
And upload widget should be visible
And the information select a SHACL shape or Upload should be displayed
......@@ -80,7 +80,7 @@ Feature: Wizard
Then the user sees the Data Offering shape
And the user sees the Application Offering shapes
@TCW08 @SIMPL-3642
@TCW08 @SIMPL-3642 @smoke
Scenario: The body of the upload widget inside the wizard is visible successfully
And upload widget should be visible
And the information select a SHACL shape or Upload should be displayed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment