ClientSim icon indicating copy to clipboard operation
ClientSim copied to clipboard

Discuss how to reference Scene Objects in Tests

Open momo-the-monster opened this issue 3 years ago • 0 comments
trafficstars

Right now, we create a new helper like ClientSimIssue3RespawnTestObjectReferences for each test scene to reference objects in the scene. We could:

  • Provide a reusable class with slots for different common object types
  • Provide a method to get objects by name / hierarchy and check for all of these at the beginning of a test
  • ???

momo-the-monster avatar Mar 30 '22 18:03 momo-the-monster