Skip to content

Commit

Permalink
Don't stop automated RecommendedExtentions test execution on sample t…
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-ndp committed Nov 21, 2023
1 parent ddec5bf commit 3d1d6a2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ import { Dashboard } from '../../pageobjects/dashboard/Dashboard';
const samples: string[] = PLUGIN_TEST_CONSTANTS.TS_SAMPLE_LIST.split(',');

for (const sample of samples) {
this.bail(false) // Don't stop automated RecommendedExtentions test execution on sample test failure

suite(`Check if recommended extensions installed for ${sample} ${BASE_TEST_CONSTANTS.TEST_ENVIRONMENT}`, function (): void {
const projectAndFileTests: ProjectAndFileTests = e2eContainer.get(CLASSES.ProjectAndFileTests);
const workspaceHandlingTests: WorkspaceHandlingTests = e2eContainer.get(CLASSES.WorkspaceHandlingTests);
Expand Down

0 comments on commit 3d1d6a2

Please sign in to comment.