mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-01-28 15:42:06 -05:00
* MOB-936 introduce new Android CI and Maestro smoke test * Potential fix for code scanning alert no. 30: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * remove branch exception to cache write rule * delete unused new share flow * add run to reintroduce workflow * switch to -m runner for build * redisable run on push * add comments and update readme for changes --------- Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
23 lines
567 B
YAML
23 lines
567 B
YAML
appId: org.inaturalist.iNaturalistMobile
|
|
# FLGMwt: I would prefer to be able to configure setup/teardown
|
|
# in workspace config, but this is not supported
|
|
# https://github.com/mobile-dev-inc/Maestro/issues/2063
|
|
onFlowStart:
|
|
- runFlow: onFlowStart.yaml
|
|
onFlowComplete:
|
|
# noop if not recording
|
|
- stopRecording
|
|
---
|
|
- launchApp:
|
|
appId: org.inaturalist.iNaturalistMobile
|
|
clearState: true
|
|
|
|
- extendedWaitUntil:
|
|
visible: "Close"
|
|
timeout: 30000
|
|
- waitForAnimationToEnd
|
|
|
|
- tapOn: Close
|
|
|
|
- assertVisible: Use iNaturalist to identify any living thing
|