Skip to content
Luiz Kim edited this page Aug 3, 2026 · 1 revision

App Controle Online

Scrutinizer Code Quality

Install

git submodule update --init --recursive
git submodule update --recursive
npm install
npx expo prebuild -p android --clean

Run Android

npx expo run:android

Build Android

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

Comercial Contacts

Contact for Developers

Top contributors

Clone this wiki locally