Open
Conversation
- Add testID props to auth, onboarding, and account screens - Create .maestro/ folder with flows organized by feature - Add reusable login and onboarding sub-flows - Add smoke tests for auth and tab navigation - Add test:e2e and test:e2e:smoke scripts - Uses dev backend fixed OTP (000000) for auth flows Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Hardcode appId in all flows (env vars not resolved in YAML headers) - Fix subflow path (relative from subflow location, not caller) - Move TEST_EMAIL and TEST_OTP into login subflow env block - Remove .env.maestro (unused after moving vars to config/flows) - Fix backslash escaping in runFlow paths - Fix test:e2e scripts to not use --env flag with file path Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
π Expo preview is ready!
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
testIDprops to key UI elements (auth, onboarding, account screens) for reliable element targetingtest:e2eandtest:e2e:smokepnpm scriptsFlows
auth/login.yamlauth,smokeTestauth/logout.yamlauthnavigation/tab-navigation.yamlnavigation,smokeTestbooks/browse-books.yamlbooksTest plan
curl -Ls "https://get.maestro.mobile.dev" | bashlocalhost:3000pnpm test:e2e:smokepnpm test:e2eπ€ Generated with Claude Code