From 8facddd2228b21ff5ce253501d9a91d8671199e6 Mon Sep 17 00:00:00 2001 From: JoshwinThomasIBM Date: Tue, 21 Jan 2025 14:37:16 +0530 Subject: [PATCH] included unit test case view with 3.4.0 surefire plugin --- src/test/MavenTestDevModeActions.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/MavenTestDevModeActions.ts b/src/test/MavenTestDevModeActions.ts index 086eda69..c9286c9c 100755 --- a/src/test/MavenTestDevModeActions.ts +++ b/src/test/MavenTestDevModeActions.ts @@ -232,7 +232,7 @@ it('Run tests for sample maven project with surefire version 3.4.0', async () => expect(serverStartStatus).to.be.true; }).timeout(350000); -/*it('View Unit test report for maven project with surefire version 3.4.0', async () => { +it('View Unit test report for maven project with surefire version 3.4.0', async () => { await utils.launchDashboardAction(item, constants.UTR_DASHABOARD_ACTION, constants.UTR_DASHABOARD_MAC_ACTION); tabs = await new EditorView().getOpenEditorTitles(); @@ -240,7 +240,7 @@ it('Run tests for sample maven project with surefire version 3.4.0', async () => }).timeout(10000); -it('View Integration test report for maven project with surefire version 3.4.0', async () => { +/*it('View Integration test report for maven project with surefire version 3.4.0', async () => { await utils.launchDashboardAction(item, constants.ITR_DASHBOARD_ACTION, constants.ITR_DASHBOARD_MAC_ACTION); tabs = await new EditorView().getOpenEditorTitles();