Skip to content
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

Merged
merged 19 commits into from
Mar 7, 2024

Conversation

david-mcafee
Copy link
Contributor

@david-mcafee david-mcafee commented Mar 5, 2024

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

  • PR description included
  • yarn test passes
  • Tests are changed or added
  • Relevant documentation is changed or added (and PR referenced)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@david-mcafee david-mcafee requested a review from a team as a code owner March 5, 2024 03:51
@david-mcafee david-mcafee changed the title test CI run feat(data): add configuration for API GraphQL Gen2 React Native E2E tests Mar 5, 2024
@david-mcafee david-mcafee requested a review from a team March 5, 2024 10:48
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'
Copy link
Contributor Author

@david-mcafee david-mcafee Mar 5, 2024

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:
Copy link
Contributor Author

@david-mcafee david-mcafee Mar 5, 2024

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
Copy link
Contributor Author

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:
Copy link
Contributor Author

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.

Copy link
Contributor

@jimblanc jimblanc left a 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

@david-mcafee david-mcafee requested a review from jimblanc March 6, 2024 00:23
@david-mcafee david-mcafee merged commit 2ac93f9 into main Mar 7, 2024
31 checks passed
@david-mcafee david-mcafee deleted the gen2-rn-add-tests branch March 7, 2024 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants