feat(core): Keep track of test case executions during test run (no-changelog) (#12787)

This commit is contained in:
Eugene
2025-01-31 14:27:35 +03:00
committed by GitHub
parent d9d64083d3
commit 1ca6a9799a
20 changed files with 463 additions and 124 deletions

View File

@@ -77,6 +77,7 @@ import { CreateTestRun1732549866705 } from '../common/1732549866705-CreateTestRu
import { AddMockedNodesColumnToTestDefinition1733133775640 } from '../common/1733133775640-AddMockedNodesColumnToTestDefinition';
import { AddManagedColumnToCredentialsTable1734479635324 } from '../common/1734479635324-AddManagedColumnToCredentialsTable';
import { AddStatsColumnsToTestRun1736172058779 } from '../common/1736172058779-AddStatsColumnsToTestRun';
import { CreateTestCaseExecutionTable1736947513045 } from '../common/1736947513045-CreateTestCaseExecutionTable';
export const postgresMigrations: Migration[] = [
InitialMigration1587669153312,
@@ -156,4 +157,5 @@ export const postgresMigrations: Migration[] = [
AddManagedColumnToCredentialsTable1734479635324,
AddProjectIcons1729607673469,
AddStatsColumnsToTestRun1736172058779,
CreateTestCaseExecutionTable1736947513045,
];