This document lists the common local test and validation flows.
dotnet test CoreSim/CoreSim.sln- Magic:
RTWN(little-endian in the file). - Version:
1(seeCoreSim/src/RobotTwin.CoreSim/Serialization/SimulationSerializer.cs). - Fixtures live under
CoreSim/tests/RobotTwin.CoreSim.Tests/Fixtures/.
python tools/rt_tool.py run-unity-smokepython tools/rt_tool.py run-qaThe integration tests are in tests/integration/ and use Jest (see tests/integration/package.json).
python tools/rt_tool.py validate-physical-overridespython tools/rt_tool.py record-golden-traceGolden trace fixtures are stored under CoreSim/tests/RobotTwin.CoreSim.Tests/Fixtures/ and are intended to catch deterministic drift across changes.
python tools/rt_tool.py rpi-smoke