I have a question regarding testing the native apps that come out of our capacitor/angular setup. While we are testing our PWA with playwright, I’m currently looking for solutions on how to test the native apps too. There are software solutions but they basically need the source code’s java and xml files where we would need to add locators. This seems like an impossible task and a bad idea in our case. How are other people or teams testing the native/bundled apps?
Perhaps something like Maestro is what you are looking for? I’ve set up a whole series of tests for my Capacitor apps.