-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(data): add configuration for API GraphQL Gen2 React Native E2E tests #13082
Conversation
timeout_minutes: 120 | ||
- test_name: 'integ_rn_ios_api_v6_rn_72_detox_cli' | ||
working_directory: amplify-js-samples-staging/samples/react-native/api/v6/ApiGRAPHQL | ||
# - test_name: 'integ_rn_ios_storage' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated for faster CI runs for testing. Will revert before merging PR.
browser: ${{ toJSON(matrix.integ-config.browser) || '[""]' }} | ||
timeout_minutes: ${{ matrix.integ-config.timeout_minutes || 35 }} | ||
retry_count: ${{ matrix.integ-config.retry_count || 3 }} | ||
# e2e-test-runner: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will revert before merging PR.
@@ -9,7 +9,7 @@ on: | |||
push: | |||
branches: | |||
# Change this to your branch name where "example-preid" corresponds to the preid you want your changes released on | |||
- feat/example-preid-branch/main | |||
- gen2-rn-add-tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will revert before merging PR.
# if your branch doesn't follow this pattern, you can override it here for your branch. | ||
with: | ||
preid: ${{ needs.parse-preid.outputs.preid }} | ||
# preid-release: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will revert before merging PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, will approve once test changes reverted
Description of changes
feat(data): add configuration for API GraphQL Gen2 React Native E2E tests
Sample app + E2E tests PR
Issue #, if available
Description of how you validated changes
Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.