This repository has been archived by the owner on Nov 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Francesco Ilario <filario@redhat.com> Co-authored-by: Andy Sadler <ansadler@redhat.com>
- Loading branch information
Showing
4 changed files
with
32 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Feature: Create workspaces via REST API | ||
|
||
@skip | ||
Scenario: users can create a new workspace | ||
|
||
Scenario: user requests a private workspace | ||
Given An user is onboarded | ||
When The user requests a new private workspace | ||
Then A private workspace is created | ||
|
||
Scenario: user requests a community workspace | ||
Given An user is onboarded | ||
When The user requests a new community workspace | ||
Then A community workspace is created | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Feature: Delete workspaces via REST API | ||
|
||
@skip | ||
Scenario: users can delete owned workspaces | ||
|
||
@skip | ||
Scenario: users cannot delete default workspace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters