Skip to content

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.

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.

5 participants