Log filename with integration tests
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-05-03 17:57:36 +02:00
parent 1973ff50fa
commit d131f2343f
2 changed files with 10 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ namespace PkmnLib.Tests.Integration.Models;
public class IntegrationTestModel
{
public string FileName { get; set; } = null!;
public string Name { get; set; } = null!;
public string Description { get; set; } = null!;
public IntegrationTestBattleSetup BattleSetup { get; set; } = null!;