- Clone the repository.
- Run
npm install
andnpx cap sync
to get both platforms working. - Run
npm run build && node server.js
to start the local server. - Open
http://localhost:3000
and see how everything works on the browser. - Run
npx cap open ios
and run the simulator, observe passing/failing tests. - Run
npx cap open android
and run the emulator, observe passing/failing tests
Issue numbers are linked to each test case.
Note: this uses plaintext on Android so HTTPS / certs are not tested.