Mobile Testing
Testing Capacitor Native Plugins: Camera, Filesystem, Push Notifications with @capacitor/mock
Capacitor native plugins are the points in your application where web code makes requests to native capabilities — camera hardware, the device filesystem, push notification infrastructure. In unit and integration tests, none of those native capabilities exist. The test runner is Node.js; there is no camera, no iOS sandbox, no