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

addition of new sysadmin scenarios #9

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

itsmekumari
Copy link
Collaborator

addition of new sysadmin scenarios

/**
* Test Runner to execute required test cases. Add @Required tag on the scenario.
*/
@RunWith(Cucumber.class)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we already have a TestRunner ?

Copy link
Collaborator Author

@itsmekumari itsmekumari Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes we already have added TestRunner and now added the TestRunnerRequired file as well

@Sysadmin
Scenario:To verify user should be able to create Namespace successfully in System Admin
Given Open Datafusion Project to configure pipeline
Then Open "System Admin" menu
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try using When statements in scenario outlines for all features .

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed to When Statement.

@@ -3,3 +3,13 @@ clientUrl=http://localhost:11011
serverUrl=https://placeholder.com/api
# command to generate token: gcloud auth print-access-token
serverAccessToken=placeholder

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove space

Copy link
Collaborator Author

@itsmekumari itsmekumari Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we are starting the properties which are added for sysadmin section line space is provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants