corona-warn-app / cwa-app-ccl

Common Covid Logic (CCL) for Android and iOS
Apache License 2.0
7 stars 4 forks source link

Chore: add script to run e2e tests locally #99

Closed mlenkeit closed 2 years ago

mlenkeit commented 2 years ago

This PR adds two scripts to the package.json that allow to run native end-to-end tests with cwa-kotlin-jfn respectively json-functions-swift locally. The scripts assume that the respective repositories already exist on the file system as a sibling of cwa-app-ccl.

npm run test:local-android [--info] [--no-build] [--no-jfn] [--no-ccl]
npm run test:local-ios [--no-build] [--no-jfn] [--no-ccl]

Related to #95.