# Bevy integration testing tool (Bitt) Tool for integration testing apps built in the bevy game engine. Bitt, (Noun) a pair of posts on the deck of a ship for fastening mooring lines or cables. [Documentation](https://docs.rs/bitt/) [crates.io](https://crates.io/crates/bitt) ## How to use At the moment, only record/playback testing is implemented. To use it, add a system to your app that calls `bitt::Asserter::pass` when a test case is passed. Also add the `bitt::PlaybackTestGear` plugin with the name of the test case you want to use and a `bitt::PlaybackTestingOptions` that configures the test gear. Your inputs and artefacts will be saved under this name in `bitt/test_scripts/