Replies: 1 comment
-
The way I'm doing it to unit test the library is to use the At one point, I would love to have E2E testing in the browser with Playwright. Haven't had the time to look at this yet, though. |
Beta Was this translation helpful? Give feedback.
0 replies
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'm building an Electron app and using Playwright for E2E testing. I'm about to implement testing for the app's MIDI functionality (which uses WebMidi.js). I came across this old package which looks like it can mock MIDI devices: https://github.com/mohayonao/web-midi-test-api. However, I'm wondering if there's a more WebMidi.js-style of doing this? And/or does anyone have any suggestions for doing this with the WebMidi.js APIs?
I want to be able to mock a device and then be able to send MIDI messages from it... and potentially to it.
Beta Was this translation helpful? Give feedback.
All reactions