Skip to content

Commit

Permalink
test(amplify-e2e-tests): add tests for graphql schemas in doc (aws-am…
Browse files Browse the repository at this point in the history
…plify#4092)

* test(amplify-e2e-tests): add e2e test for schema in doc

Add tests for graphql schemas in the document Amplify CLI/API(GraphQL)/Directives

* minor fix

* fix searchable test

* split long tests

* minor fix

* minor fix

Co-authored-by: UnleashedMind <root@186590ce137f.ant.amazon.com>
Co-authored-by: UnleashedMind <zhoweimi@186590ce137f.ant.amazon.com>
  • Loading branch information
3 people authored and sebastiancrossa committed Aug 24, 2020
1 parent a3b259a commit 6e8a87e
Show file tree
Hide file tree
Showing 89 changed files with 7,307 additions and 107 deletions.
11 changes: 7 additions & 4 deletions .circleci/config.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ workflows:
branches:
only:
- master
- graphqlschemae2e
jobs:
- build
- publish_to_local_registry:
Expand All @@ -663,6 +664,7 @@ workflows:
branches:
only:
- master
- graphqlschemae2e
- graphql_e2e_testing
requires:
- build
Expand All @@ -672,6 +674,7 @@ workflows:
branches:
only:
- master
- graphqlschemae2e
- beta
requires:
- build
Expand All @@ -681,32 +684,32 @@ workflows:
branches:
only:
- master
- graphqlschemae2e
- beta
- split-test
requires:
- build
- amplify_e2e_tests:
filters:
branches:
only:
- master
- split-test
- graphqlschemae2e
requires:
- publish_to_local_registry
- amplify_migration_tests_latest:
filters:
branches:
only:
- master
- split-test
- graphqlschemae2e
requires:
- build
- amplify_migration_tests_v4:
filters:
branches:
only:
- master
- split-test
- graphqlschemae2e
requires:
- build
- amplify_console_integration_tests:
Expand Down
Loading

0 comments on commit 6e8a87e

Please sign in to comment.