You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd android
./gradlew bundleRelease --init-script ../signing.gradle
Browser smoke tests
npm run test:browser:install
npm run test:browser
The browser suite now exports the web app once per APP_TYPE, serves each export with a tiny static server, and runs the grouped Playwright smoke tests from src/tests/browser/<app_type>/.
To run a single group:
npm run test:browser:manager
npm run test:browser:delivery
npm run test:browser:pos