Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hub feature file changes #15725

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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
20 changes: 10 additions & 10 deletions cdap-e2e-tests/src/e2e-test/features/Hub/DesignTime.feature
Original file line number Diff line number Diff line change
Expand Up @@ -42,27 +42,27 @@ Feature: Hub - Design time scenarios
Scenario: Verify the error message when user is deploying the same plugin multiple times
When Open Datafusion Project to configure pipeline
Then Click on Hub Menu
Then Click on "Plugins" option
Then Click on "Plugins" option in hub
Then Enter the text in search tab "Anaplan"
Then Click on "Anaplan plugins" plugin
Then Deploy the plugin
Then Click on "Create a pipeline" button
Then Click on "Anaplan plugins" plugin in hub
Then Deploy the plugin from hub
Then Click on "Create a pipeline" button in hub
Then Click on Hub Menu
Then Click on "Plugins" option
Then Click on "Plugins" option in hub
Then Enter the text in search tab "Anaplan"
Then Click on "Anaplan plugins" plugin
Then Deploy the plugin
Then Click on "Anaplan plugins" plugin in hub
Then Deploy the plugin from hub
Then Verify that user is getting an error message: "fail.message_hub"

@TS-HUB-DESIGN-05
Scenario: Verify that the user is able to see the created pipeline from hub in the list
When Open Datafusion Project to configure pipeline
Then Click on Hub Menu
Then Click on "Pipelines" option
Then Click on "Pipelines" option in hub
Then Enter the text in search tab "CSV Parsing"
Then Click on "CSV Parsing" pipeline
Then Click on "CSV Parsing" pipeline in hub
Then Create the pipeline
Then Click on "Go to homepage" button
Then Click on "Go to homepage" button in hub
Then Click on the Hamburger bar on the left panel
Then Click on the "List" from the left panel
Then Click on the "Drafts" option from the list panel
Expand Down
24 changes: 12 additions & 12 deletions cdap-e2e-tests/src/e2e-test/features/Hub/Runtime.feature
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Feature: Hub - Run time scenarios
Scenario: Verify that the user is able to deploy a plugin from Hub and then delete it successfully
When Open Datafusion Project to configure pipeline
Then Click on Hub Menu
Then Click on "Plugins" option
Then Click on "Plugins" option in hub
Then Enter the text in search tab "Anaplan"
Then Click on "Anaplan plugins" plugin
Then Deploy the plugin
Then Click on "Go to homepage" button
Then Click on "Anaplan plugins" plugin in hub
Then Deploy the plugin from hub
Then Click on "Go to homepage" button in hub
Then Verify that "Anaplan" plugin is successfully deployed
Then Enter the text in search tab "anaplan" in control center
Then Select dropdown : "Filter" with option value: "Artifacts" in control center
Expand All @@ -36,23 +36,23 @@ Feature: Hub - Run time scenarios
Scenario: Verify that the user is able to deploy a plugin from Hub and verify it in studio
When Open Datafusion Project to configure pipeline
Then Click on Hub Menu
Then Click on "Plugins" option
Then Click on "Plugins" option in hub
Then Enter the text in search tab "Anaplan"
Then Click on "Anaplan plugins" plugin
Then Deploy the plugin
Then Click on "Create a pipeline" button
Then Click on "Anaplan plugins" plugin in hub
Then Deploy the plugin from hub
Then Click on "Create a pipeline" button in hub
Then Select plugin: "Anaplan" from the plugins list as: "Source"
Then Verify that "Anaplan" plugin is successfully verified in studio

@TS-HUB-RNTM-03
Scenario: Verify required fields missing validation for plugin after deployment from hub
When Open Datafusion Project to configure pipeline
Then Click on Hub Menu
Then Click on "Plugins" option
Then Click on "Plugins" option in hub
Then Enter the text in search tab "Salesforce"
Then Click on "Salesforce Plugins" plugin
Then Deploy the plugin
Then Click on "Create a pipeline" button
Then Click on "Salesforce Plugins" plugin in hub
Then Deploy the plugin from hub
Then Click on "Create a pipeline" button in hub
Then Select plugin: "Salesforce Multi Objects" from the plugins list as: "Source"
Then Navigate to the properties page of plugin: "SalesforceMultiObjects"
Then Click on the Validate button
Expand Down
Loading