Module ci_testing

Source
Available on crate feature bevy_ci_testing only.
Expand description

Utilities for testing in CI environments.

Structs§

CiTestingConfig
A configuration struct for automated CI testing.
CiTestingCustomEvent
A custom event that can be configured from a configuration file for CI testing.
CiTestingEventOnFrame
An event to send at a given frame, used for CI testing.
CiTestingPlugin
A plugin that instruments continuous integration testing by automatically executing user-defined actions.
CiTestingSetup
Setup for a test.

Enums§

CiTestingEvent
An event to send, used for CI testing.