Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.29 KB

File metadata and controls

49 lines (36 loc) · 1.29 KB

Testing

Verified Test Suite

Eight Unreal Automation Framework tests are compiled with the Runtime module.

Test Purpose
Reconnect.ExponentialBackoff Verifies bounded reconnect delay
Parser.ValidPayload Verifies canonical telemetry payload
Parser.AliasPayload Verifies supported alias fields
Parser.InvalidPayload Rejects malformed JSON
Configuration.EndpointValidation Validates HTTP and WebSocket schemes
Configuration.DefaultSettings Verifies default plugin configuration
Performance.ComponentDoesNotTick Confirms transport component does not Tick
API.BlueprintSurface Confirms Blueprint-callable reflection surface

Integration Verification

Before extraction into this repository:

  • Runtime module compiled inside StudioPulse;
  • Editor module compiled inside StudioPulse;
  • all eight plugin tests passed;
  • Blueprint API reflection passed;
  • GitHub source commit was verified.

Independent Packaging

The standalone Release is created with:

RunUAT BuildPlugin

for:

Unreal Engine 5.8
Win64

Future Test Expansion

  • HTTP response integration test;
  • local WebSocket integration test;
  • reconnect lifecycle world test;
  • fallback-to-live transition test;
  • packaged sample-project smoke test.