Skip to content

Commit

Permalink
test for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
SuparnaSuresh committed Jan 8, 2025
1 parent 2fe17aa commit 8dc481c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/test/GradleTestDevModeActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,17 +236,17 @@ it('Start gradle project from liberty dashboard', async () => {

it('View test report for gradle project', async () => {

if((process.platform === 'darwin' ) || (process.platform === 'win32') || (process.platform == 'linux'))
{
// //skip running for platforms , enable once https://github.com/OpenLiberty/liberty-tools-vscode/issues/266 is resolved
return true;
// if((process.platform === 'darwin' ) || (process.platform === 'win32') || (process.platform == 'linux'))
// {
// // //skip running for platforms , enable once https://github.com/OpenLiberty/liberty-tools-vscode/issues/266 is resolved
// return true;

// section = await contentPart.getSection('Liberty Dashboard');
// console.log("Found Liberty Dashboard....");
// const focusTargtElemnt = findElement(By.xpath("//*[contains(text(), 'wrong')]"));
// // section = await contentPart.getSection('Liberty Dashboard');
// // console.log("Found Liberty Dashboard....");
// // const focusTargtElemnt = findElement(By.xpath("//*[contains(text(), 'wrong')]"));


}
// }

await utils.launchDashboardAction(item,constants.GRADLE_TR_DASHABOARD_ACTION, constants.GRADLE_TR_DASHABOARD_MAC_ACTION);
tabs = await new EditorView().getOpenEditorTitles();
Expand Down

0 comments on commit 8dc481c

Please sign in to comment.