Replies: 1 comment 1 reply
-
|
You can check out how Bevy uses visual testing on each PR in this workflow: https://github.com/bevyengine/bevy/blob/main/.github/workflows/example-run.yml |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to test my game like electron app with playwright.
Which will get a reference to the app GUI as
this.app, and can dispatch mouse and keyboard event to the app reference.App runs like how end user will see it, and can take screenshot in the CI, so easy to see how step goes wrong
Can bevy do that? I tried cucumber_rs, but always find hard to share the graphical instance with test.
Beta Was this translation helpful? Give feedback.
All reactions