Local CI
To run example
app e2e tests for all platforms you can use
npm run ci
command. Before run this command you need to specify
PUBLISHABLE_KEY
and MERCHANT_ID
environment
variables:
PUBLISHABLE_KEY=<...> MERCHANT_ID=<...> npm run ci