save checkpoint
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"filesChecked": [
|
||||
"src/Tools/FixtureUpdater/FixtureUpdaterApp.cs",
|
||||
"src/Tools/FixtureUpdater/FixtureUpdaterRunner.cs",
|
||||
"src/Tools/FixtureUpdater/Program.cs"
|
||||
],
|
||||
"found": [
|
||||
"src/Tools/FixtureUpdater/FixtureUpdaterApp.cs",
|
||||
"src/Tools/FixtureUpdater/FixtureUpdaterRunner.cs",
|
||||
"src/Tools/FixtureUpdater/Program.cs"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"project": "src/Tools/__Tests/FixtureUpdater.Tests/FixtureUpdater.Tests.csproj",
|
||||
"buildResult": "pass",
|
||||
"testResult": "pass",
|
||||
"command": "dotnet test src/Tools/__Tests/FixtureUpdater.Tests/FixtureUpdater.Tests.csproj -c Release --nologo",
|
||||
"testProjects": [
|
||||
"src/Tools/__Tests/FixtureUpdater.Tests/FixtureUpdater.Tests.csproj"
|
||||
],
|
||||
"testsRun": 2,
|
||||
"testsPassed": 2,
|
||||
"testsFailed": 0,
|
||||
"errors": [
|
||||
|
||||
],
|
||||
"warnings": [
|
||||
|
||||
],
|
||||
"runAtUtc": "2026-02-10T20:38:07Z"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"testCommand": "dotnet test src/Tools/__Tests/FixtureUpdater.Tests/FixtureUpdater.Tests.csproj -c Release --nologo",
|
||||
"testsRun": 2,
|
||||
"testsPassed": 2,
|
||||
"testsFailed": 0,
|
||||
"behaviorVerified": [
|
||||
"Fixture updater output remains deterministic when the same inputs and fixed timestamp are replayed.",
|
||||
"Failure paths retain contextual error reporting for source fixture parsing/writing issues."
|
||||
],
|
||||
"verdict": "pass",
|
||||
"runId": "run-006",
|
||||
"timestampUtc": "2026-02-10T20:38:07Z",
|
||||
"suiteReplay": {
|
||||
"command": "dotnet test src/Tools/__Tests/FixtureUpdater.Tests/FixtureUpdater.Tests.csproj -c Release --nologo",
|
||||
"testsRun": 2,
|
||||
"testsPassed": 2,
|
||||
"testsFailed": 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user