mirror of
https://github.com/bevyengine/bevy
synced 2024-11-13 00:17:27 +00:00
74dedb2841
# Objective - Progress towards #15918 - Add tests for 3d ## Solution - Add tests that cover lights, bloom, gltf and animation - Removed examples `contributors` and `load_gltf` as they don't contribute additional checks to CI ## Testing - `CI_TESTING_CONFIG=.github/example-run/testbed_3d.ron cargo run --example testbed_3d --features "bevy_ci_testing"`
12 lines
273 B
Text
12 lines
273 B
Text
(
|
|
events: [
|
|
(100, Screenshot),
|
|
(200, Custom("switch_scene")),
|
|
(300, Screenshot),
|
|
(400, Custom("switch_scene")),
|
|
(500, Screenshot),
|
|
(600, Custom("switch_scene")),
|
|
(700, Screenshot),
|
|
(800, AppExit),
|
|
]
|
|
)
|