This commit is contained in:
Max Schmitt 2025-02-17 23:35:53 +01:00
parent 1a0919d69c
commit 65c3c6b97b

View file

@ -192,7 +192,7 @@ export class TeleReporterEmitter implements ReporterV2 {
private _serializeProjectUseOptions(use: reporterTypes.FullProject['use']): Record<string, any> {
return {
testIdAttribute: use.testIdAttribute,
}
};
}
private _serializeSuite(suite: reporterTypes.Suite): teleReceiver.JsonSuite {