-
Notifications
You must be signed in to change notification settings - Fork 3
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
Features for Hub #7
base: develop
Are you sure you want to change the base?
Conversation
8f64ebc
to
a8f4a4a
Compare
Feature: Hub - Run time scenarios | ||
|
||
@TS-HUB-RNTM-01 | ||
Scenario: Verify that the user is able to deploy and delete a plugin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change it to 'Verify that the user is able to deploy a plugin in Hub and then delete it successfully .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added
@RunWith(Cucumber.class) | ||
@CucumberOptions( | ||
features = {"src/e2e-test/features"}, | ||
glue = {}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why we have not added glue "io.cdap.cdap.hub.stepsdesign", "stepsdesign"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we have not added because in these phase 1 features we are not using any hooks and stepdesigns so far.So it is not necessary as of now.We will use it in phase 2 features.
@@ -3,3 +3,8 @@ clientUrl=http://localhost:11011 | |||
serverUrl=https://placeholder.com/api | |||
# command to generate token: gcloud auth print-access-token | |||
serverAccessToken=placeholder | |||
expectedPluginName=Anaplan |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And the start and end comments section for HUB related properties as this is common file. Refer google cloud repo for same.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added.
5ad4911
to
a178c75
Compare
8609788
to
2d0c172
Compare
2d0c172
to
4fb9a31
Compare
4fb9a31
to
5457eec
Compare
No description provided.