Commit Graph

2 Commits

Author SHA1 Message Date
François Mockers 889d88cf01 demonstrate how to take a screenshot with BRP (#23801)
# Objective

- Demonstrate taking a screenshot through BRP

## Solution

- Have the remote integration example take a screenshot through BRP
before clicking the button
- Depends on #23797 #23798 #23799 #23800

## Testing

- Run the examples, get a screenshot
2026-04-24 20:28:12 +00:00
François Mockers f865af110a Automated test for Bevy through BRP (#23647)
# Objective

- Show how a Bevy app can be automated through BRP

## Solution

- Example app_under_test is a basic app with a randomly placed button.
when the button is clicked, the app quit
- Example automated_test click that button through BRP using
`WindowEvent` so that it goes through the whole of Bevy

## Testing

- Run both example and they both exit

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
Co-authored-by: Kevin Chen <chen.kevin.f@gmail.com>
2026-04-05 16:39:56 +00:00