chore: Add test run entity (no-changelog) (#11832)

This commit is contained in:
Eugene
2024-11-27 14:33:28 +01:00
committed by GitHub
parent 2c34bf4ea6
commit 11f9212eda
9 changed files with 138 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ import { SharedWorkflow } from './shared-workflow';
import { TagEntity } from './tag-entity';
import { TestDefinition } from './test-definition.ee';
import { TestMetric } from './test-metric.ee';
import { TestRun } from './test-run.ee';
import { User } from './user';
import { Variables } from './variables';
import { WebhookEntity } from './webhook-entity';
@@ -62,4 +63,5 @@ export const entities = {
ProcessedData,
TestDefinition,
TestMetric,
TestRun,
};