Can we have a CI workflow that uses the wokwi emulator to actually try running the application on a simulated esp32 and correct with playwright to navigate though the basic pages to confirm that every page loads without JavaScript errors? We can then later extend with further playwright tests and confirmation of the JSON API
The default image creates a WiFi AP, however using an ethernet supported build might be more appropriate, but then qemu would also need to emulate that ethernet controller as well as the esp32
The first attempt with QEMU (PR #303) is becoming a whack-the-mole-game trying to solve the next incompatibility. We need a PR with similar scripts structure as PR #303, but using the wokwi esp32 simulator.