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
Automatically Generate using traction sandbox environment
yarn ts-node src/setup-from-sandbox.ts
Manually create the local env file
Copy file sample.local.env.json to local.env.json
Configure agent:
mediatorInvitationUrl: Mediator Invitation URL
base_url: Traction API base URL
tenant_id: Traction tenant ID
api_key: Traction API Key
In terminal 1, start ngrok service
ngrok http "file://${PWD}/tmp"
In terminal 2, run tests
## For running using the mobile app. Open tmp/__qrcode.png to see the generated QR Codes
export HOLDER_TYPE=manual
yarn jest --runInBand --detectOpenHandles --forceExit src/basic.test.ts