Skip to content

Commit

Permalink
included unit test case view with 3.4.0 surefire plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshwinThomasIBM authored and JoshwinThomasIBM committed Jan 21, 2025
1 parent 3c761f6 commit 8facddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/MavenTestDevModeActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,15 +232,15 @@ 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();
expect(tabs.indexOf(constants.SUREFIRE_REPORT_TITLE) > -1, "Unit test report not found").to.equal(true);

}).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();
Expand Down

0 comments on commit 8facddd

Please sign in to comment.