I am writing a test for a composable on desktop. I...
# compose-desktop
x
I am writing a test for a composable on desktop. I'm trying simulate a key event with this code:
Copy code
myComposeTestRule.onNodeWithTag("b").performKeyPress(someKeyEvent)
And I have no idea how to create a KeyEvent. Maybe I have overlooked something, but I haven't found anything or an example showing how to do that. Any direction is appreciated, thank you :D