-
Notifications
You must be signed in to change notification settings - Fork 36
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
Issue266 - automated test for view test report for gradle project #470
base: main
Are you sure you want to change the base?
Issue266 - automated test for view test report for gradle project #470
Conversation
Documentation added
src/test/GradleTestDevModeActions.ts
Outdated
@@ -248,26 +235,28 @@ it('start gradle with docker from liberty dashboard', async () => { | |||
|
|||
}).timeout(350000); | |||
|
|||
it('View test report for gradle project', async () => { | |||
it('View test report for gradle project', async () => { |
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.
Fix the indentation.
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.
Addressed. Thanks
@SuparnaSuresh |
…tReport
Updated the branch. Thanks |
Fixes #266
Automated test case for View test report is enabled for gradle project.