Files
OpenSpace/tests/visual/default/earth.ostest
T
Alexander Bock 7a2b876541 Add profile information to the visual test files (#3270)
* Update test files
* Fix apollo test
* Cleanup test files
* Include information about the profile being loaded
* Add documentation about the visual tests
2024-05-23 13:09:01 +02:00

13 lines
296 B
Plaintext

{
"profile": "default",
"commands": [
{ "type": "time", "value": "2019-01-01T05:00:00.00" },
{
"type": "property",
"value": { "property": "Scene.ISS_trail.Renderable.Enabled", "value": false }
},
{ "type": "wait", "value": 30 },
{ "type": "screenshot" }
]
}