From 5d6cf0214d7701bad773e32b658e2f3869989aec Mon Sep 17 00:00:00 2001 From: Tim Burrows Date: Fri, 19 Apr 2024 12:55:40 +0700 Subject: [PATCH] chore: rename assert to test for markdown syntax (#1714) Co-authored-by: Tim Burrows Co-authored-by: Tushar Mathur --- tests/execution/add-field-index-list.md | 2 +- tests/execution/add-field-modify.md | 2 +- tests/execution/add-field-with-composition.md | 2 +- tests/execution/add-field-with-modify.md | 2 +- tests/execution/add-field.md | 2 +- tests/execution/apollo-tracing.md | 2 +- tests/execution/auth-basic.md | 2 +- tests/execution/auth-jwt.md | 2 +- tests/execution/batching-default.md | 2 +- tests/execution/batching-disabled.md | 2 +- tests/execution/batching-group-by-default.md | 2 +- tests/execution/batching-group-by.md | 2 +- tests/execution/batching-post.md | 2 +- tests/execution/batching.md | 2 +- tests/execution/cache-control.md | 2 +- tests/execution/caching-collision.md | 2 +- tests/execution/caching.md | 2 +- tests/execution/call-graphql-datasource.md | 2 +- tests/execution/call-multiple-steps-piping.md | 2 +- tests/execution/call-mutation.md | 2 +- tests/execution/call-operator.md | 2 +- tests/execution/cors-allow-cred-false.md | 2 +- tests/execution/cors-allow-cred-true.md | 2 +- tests/execution/cors-allow-cred-vary.md | 2 +- tests/execution/custom-headers.md | 2 +- tests/execution/env-value.md | 2 +- tests/execution/experimental-headers.md | 2 +- .../graphql-dataloader-batch-keys.md | 2 +- .../graphql-dataloader-batch-request.md | 2 +- .../graphql-dataloader-no-batch-request.md | 2 +- tests/execution/graphql-datasource-errors.md | 2 +- .../execution/graphql-datasource-mutation.md | 2 +- tests/execution/graphql-datasource-no-args.md | 2 +- .../execution/graphql-datasource-with-args.md | 2 +- tests/execution/grpc-batch.md | 2 +- tests/execution/grpc-error.md | 2 +- .../grpc-override-url-from-upstream.md | 2 +- .../execution/grpc-proto-with-same-package.md | 2 +- tests/execution/grpc-simple.md | 2 +- tests/execution/grpc-url-from-upstream.md | 2 +- tests/execution/https.md | 2 +- tests/execution/inline-field.md | 2 +- tests/execution/inline-index-list.md | 2 +- tests/execution/io-cache.md | 2 +- tests/execution/jsonplaceholder-call-post.md | 2 +- tests/execution/modified-field.md | 2 +- tests/execution/mutation-put.md | 2 +- tests/execution/mutation.md | 2 +- tests/execution/n-plus-one-list.md | 2 +- tests/execution/n-plus-one.md | 2 +- tests/execution/nested-objects.md | 2 +- tests/execution/nesting-level3.md | 2 +- tests/execution/nullable-arg-query.md | 2 +- tests/execution/omit-index-list.md | 2 +- tests/execution/omit-resolved-by-parent.md | 2 +- tests/execution/recursive-type-json.md | 2 +- tests/execution/recursive-types.md | 2 +- tests/execution/ref-other-nested.md | 2 +- tests/execution/ref-other.md | 2 +- tests/execution/rename-field.md | 2 +- .../execution/request-to-upstream-batching.md | 2 +- tests/execution/resolve-with-headers.md | 2 +- tests/execution/resolve-with-vars.md | 2 +- tests/execution/resolved-by-parent.md | 2 +- tests/execution/rest-api-error.md | 2 +- tests/execution/rest-api-post.md | 2 +- tests/execution/rest-api.md | 2 +- tests/execution/showcase.md | 2 +- tests/execution/simple-graphql.md | 2 +- tests/execution/simple-query.md | 2 +- tests/execution/test-enum-default.md | 2 +- tests/execution/test-enum.md | 2 +- tests/execution/test-expr-with-mustache.md | 2 +- .../execution/test-http-with-mustache-expr.md | 2 +- tests/execution/test-js-request-reponse.md | 2 +- tests/execution/test-params-as-body.md | 2 +- tests/execution/test-scalars.md | 2 +- tests/execution/test-set-cookie-headers.md | 2 +- tests/execution/test-static-value.md | 2 +- tests/execution/test-upstream-headers.md | 2 +- tests/execution/upstream-batching.md | 2 +- tests/execution/upstream-fail-request.md | 2 +- tests/execution/with-args-url.md | 2 +- tests/execution/with-args.md | 2 +- tests/execution/with-nesting.md | 2 +- tests/execution_spec.rs | 36 +++++++++---------- ...spec__add-field-index-list.md_test_0.snap} | 0 ...ion_spec__add-field-modify.md_test_0.snap} | 0 ...add-field-with-composition.md_test_0.snap} | 0 ...add-field-with-composition.md_test_1.snap} | 0 ...pec__add-field-with-modify.md_test_0.snap} | 0 ...pec__add-field-with-modify.md_test_1.snap} | 0 ... execution_spec__add-field.md_test_0.snap} | 0 ...ution_spec__apollo-tracing.md_test_0.snap} | 0 ...execution_spec__auth-basic.md_test_0.snap} | 0 ...execution_spec__auth-basic.md_test_1.snap} | 0 ...execution_spec__auth-basic.md_test_2.snap} | 0 ...execution_spec__auth-basic.md_test_3.snap} | 0 ...execution_spec__auth-basic.md_test_4.snap} | 0 ...execution_spec__auth-basic.md_test_5.snap} | 0 ...execution_spec__auth-basic.md_test_6.snap} | 0 ...> execution_spec__auth-jwt.md_test_0.snap} | 0 ...> execution_spec__auth-jwt.md_test_1.snap} | 0 ...> execution_spec__auth-jwt.md_test_2.snap} | 0 ...> execution_spec__auth-jwt.md_test_3.snap} | 0 ...> execution_spec__auth-jwt.md_test_4.snap} | 0 ...> execution_spec__auth-jwt.md_test_5.snap} | 0 ...ion_spec__batching-default.md_test_0.snap} | 0 ...on_spec__batching-disabled.md_test_0.snap} | 0 ..._batching-group-by-default.md_test_0.snap} | 0 ...on_spec__batching-group-by.md_test_0.snap} | 0 ...cution_spec__batching-post.md_test_0.snap} | 0 ...> execution_spec__batching.md_test_0.snap} | 0 ...> execution_spec__batching.md_test_1.snap} | 0 ...> execution_spec__batching.md_test_2.snap} | 0 ...cution_spec__cache-control.md_test_0.snap} | 0 ...cution_spec__cache-control.md_test_1.snap} | 0 ...cution_spec__cache-control.md_test_2.snap} | 0 ...cution_spec__cache-control.md_test_3.snap} | 0 ...on_spec__caching-collision.md_test_0.snap} | 0 ...=> execution_spec__caching.md_test_0.snap} | 0 ...=> execution_spec__caching.md_test_1.snap} | 0 ...=> execution_spec__caching.md_test_2.snap} | 0 ...c__call-graphql-datasource.md_test_0.snap} | 0 ...call-multiple-steps-piping.md_test_0.snap} | 0 ...call-multiple-steps-piping.md_test_1.snap} | 0 ...cution_spec__call-mutation.md_test_0.snap} | 0 ...cution_spec__call-mutation.md_test_1.snap} | 0 ...cution_spec__call-mutation.md_test_2.snap} | 0 ...cution_spec__call-mutation.md_test_3.snap} | 0 ...cution_spec__call-mutation.md_test_4.snap} | 0 ...cution_spec__call-operator.md_test_0.snap} | 0 ...cution_spec__call-operator.md_test_1.snap} | 0 ...ution_spec__call-operator.md_test_10.snap} | 0 ...ution_spec__call-operator.md_test_11.snap} | 0 ...ution_spec__call-operator.md_test_12.snap} | 0 ...cution_spec__call-operator.md_test_2.snap} | 0 ...cution_spec__call-operator.md_test_3.snap} | 0 ...cution_spec__call-operator.md_test_4.snap} | 0 ...cution_spec__call-operator.md_test_5.snap} | 0 ...cution_spec__call-operator.md_test_6.snap} | 0 ...cution_spec__call-operator.md_test_7.snap} | 0 ...cution_spec__call-operator.md_test_8.snap} | 0 ...cution_spec__call-operator.md_test_9.snap} | 0 ...pec__cors-allow-cred-false.md_test_0.snap} | 0 ...spec__cors-allow-cred-true.md_test_0.snap} | 0 ...spec__cors-allow-cred-vary.md_test_0.snap} | 0 ...ution_spec__custom-headers.md_test_0.snap} | 0 ... execution_spec__env-value.md_test_0.snap} | 0 ...spec__experimental-headers.md_test_0.snap} | 0 ...l-dataloader-batch-request.md_test_0.snap} | 0 ...ataloader-no-batch-request.md_test_0.snap} | 0 ..._graphql-datasource-errors.md_test_0.snap} | 0 ..._graphql-datasource-errors.md_test_1.snap} | 0 ...raphql-datasource-mutation.md_test_0.snap} | 0 ...graphql-datasource-no-args.md_test_0.snap} | 0 ...aphql-datasource-with-args.md_test_0.snap} | 0 ...aphql-datasource-with-args.md_test_1.snap} | 0 ...execution_spec__grpc-batch.md_test_0.snap} | 0 ...execution_spec__grpc-error.md_test_0.snap} | 0 ...override-url-from-upstream.md_test_0.snap} | 0 ...pc-proto-with-same-package.md_test_0.snap} | 0 ...xecution_spec__grpc-simple.md_test_0.snap} | 0 ...ec__grpc-url-from-upstream.md_test_0.snap} | 0 ...p => execution_spec__https.md_test_0.snap} | 0 ...ecution_spec__inline-field.md_test_0.snap} | 0 ...on_spec__inline-index-list.md_test_0.snap} | 0 ...> execution_spec__io-cache.md_test_0.snap} | 0 ..._jsonplaceholder-call-post.md_test_0.snap} | 0 ...ution_spec__modified-field.md_test_0.snap} | 0 ...ecution_spec__mutation-put.md_test_0.snap} | 0 ...> execution_spec__mutation.md_test_0.snap} | 0 ...tion_spec__n-plus-one-list.md_test_0.snap} | 0 ...execution_spec__n-plus-one.md_test_0.snap} | 0 ...ution_spec__nested-objects.md_test_0.snap} | 0 ...ution_spec__nesting-level3.md_test_0.snap} | 0 ...n_spec__nullable-arg-query.md_test_0.snap} | 0 ...n_spec__nullable-arg-query.md_test_1.snap} | 0 ...tion_spec__omit-index-list.md_test_0.snap} | 0 ...c__omit-resolved-by-parent.md_test_0.snap} | 0 ..._spec__recursive-type-json.md_test_0.snap} | 0 ...tion_spec__recursive-types.md_test_0.snap} | 0 ...ion_spec__ref-other-nested.md_test_0.snap} | 0 ... execution_spec__ref-other.md_test_0.snap} | 0 ...ecution_spec__rename-field.md_test_0.snap} | 0 ...ecution_spec__rename-field.md_test_1.snap} | 0 ...quest-to-upstream-batching.md_test_0.snap} | 0 ...spec__resolve-with-headers.md_test_0.snap} | 0 ...on_spec__resolve-with-vars.md_test_0.snap} | 0 ...n_spec__resolved-by-parent.md_test_0.snap} | 0 ...ution_spec__rest-api-error.md_test_0.snap} | 0 ...cution_spec__rest-api-post.md_test_0.snap} | 0 ...> execution_spec__rest-api.md_test_0.snap} | 0 ...> execution_spec__showcase.md_test_0.snap} | 0 ...> execution_spec__showcase.md_test_1.snap} | 0 ...> execution_spec__showcase.md_test_2.snap} | 0 ...> execution_spec__showcase.md_test_3.snap} | 0 ...> execution_spec__showcase.md_test_4.snap} | 0 ...ution_spec__simple-graphql.md_test_0.snap} | 0 ...ution_spec__simple-graphql.md_test_1.snap} | 0 ...ecution_spec__simple-query.md_test_0.snap} | 0 ...on_spec__test-enum-default.md_test_0.snap} | 0 ... execution_spec__test-enum.md_test_0.snap} | 0 ... execution_spec__test-enum.md_test_1.snap} | 0 ... execution_spec__test-enum.md_test_2.snap} | 0 ...c__test-expr-with-mustache.md_test_0.snap} | 0 ...st-http-with-mustache-expr.md_test_0.snap} | 0 ...c__test-js-request-reponse.md_test_0.snap} | 0 ..._spec__test-params-as-body.md_test_0.snap} | 0 ...ecution_spec__test-scalars.md_test_0.snap} | 0 ...ecution_spec__test-scalars.md_test_1.snap} | 0 ...ecution_spec__test-scalars.md_test_2.snap} | 0 ...ecution_spec__test-scalars.md_test_3.snap} | 0 ...ecution_spec__test-scalars.md_test_4.snap} | 0 ...ecution_spec__test-scalars.md_test_5.snap} | 0 ...ecution_spec__test-scalars.md_test_6.snap} | 0 ...ecution_spec__test-scalars.md_test_7.snap} | 0 ...ecution_spec__test-scalars.md_test_8.snap} | 0 ...c__test-set-cookie-headers.md_test_0.snap} | 0 ...on_spec__test-static-value.md_test_0.snap} | 0 ...pec__test-upstream-headers.md_test_0.snap} | 0 ...on_spec__upstream-batching.md_test_0.snap} | 0 ...pec__upstream-fail-request.md_test_0.snap} | 0 ...cution_spec__with-args-url.md_test_0.snap} | 0 ... execution_spec__with-args.md_test_0.snap} | 0 ...ecution_spec__with-nesting.md_test_0.snap} | 0 226 files changed, 103 insertions(+), 103 deletions(-) rename tests/snapshots/{execution_spec__add-field-index-list.md_assert_0.snap => execution_spec__add-field-index-list.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__add-field-modify.md_assert_0.snap => execution_spec__add-field-modify.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__add-field-with-composition.md_assert_0.snap => execution_spec__add-field-with-composition.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__add-field-with-composition.md_assert_1.snap => execution_spec__add-field-with-composition.md_test_1.snap} (100%) rename tests/snapshots/{execution_spec__add-field-with-modify.md_assert_0.snap => execution_spec__add-field-with-modify.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__add-field-with-modify.md_assert_1.snap => execution_spec__add-field-with-modify.md_test_1.snap} (100%) rename tests/snapshots/{execution_spec__add-field.md_assert_0.snap => execution_spec__add-field.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__apollo-tracing.md_assert_0.snap => execution_spec__apollo-tracing.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__auth-basic.md_assert_0.snap => execution_spec__auth-basic.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__auth-basic.md_assert_1.snap => execution_spec__auth-basic.md_test_1.snap} (100%) rename tests/snapshots/{execution_spec__auth-basic.md_assert_2.snap => execution_spec__auth-basic.md_test_2.snap} (100%) rename tests/snapshots/{execution_spec__auth-basic.md_assert_3.snap => execution_spec__auth-basic.md_test_3.snap} (100%) rename tests/snapshots/{execution_spec__auth-basic.md_assert_4.snap => execution_spec__auth-basic.md_test_4.snap} (100%) rename tests/snapshots/{execution_spec__auth-basic.md_assert_5.snap => execution_spec__auth-basic.md_test_5.snap} (100%) rename tests/snapshots/{execution_spec__auth-basic.md_assert_6.snap => execution_spec__auth-basic.md_test_6.snap} (100%) rename tests/snapshots/{execution_spec__auth-jwt.md_assert_0.snap => execution_spec__auth-jwt.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__auth-jwt.md_assert_1.snap => execution_spec__auth-jwt.md_test_1.snap} (100%) rename tests/snapshots/{execution_spec__auth-jwt.md_assert_2.snap => execution_spec__auth-jwt.md_test_2.snap} (100%) rename tests/snapshots/{execution_spec__auth-jwt.md_assert_3.snap => execution_spec__auth-jwt.md_test_3.snap} (100%) rename tests/snapshots/{execution_spec__auth-jwt.md_assert_4.snap => execution_spec__auth-jwt.md_test_4.snap} (100%) rename tests/snapshots/{execution_spec__auth-jwt.md_assert_5.snap => execution_spec__auth-jwt.md_test_5.snap} (100%) rename tests/snapshots/{execution_spec__batching-default.md_assert_0.snap => execution_spec__batching-default.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__batching-disabled.md_assert_0.snap => execution_spec__batching-disabled.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__batching-group-by-default.md_assert_0.snap => execution_spec__batching-group-by-default.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__batching-group-by.md_assert_0.snap => execution_spec__batching-group-by.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__batching-post.md_assert_0.snap => execution_spec__batching-post.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__batching.md_assert_0.snap => execution_spec__batching.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__batching.md_assert_1.snap => execution_spec__batching.md_test_1.snap} (100%) rename tests/snapshots/{execution_spec__batching.md_assert_2.snap => execution_spec__batching.md_test_2.snap} (100%) rename tests/snapshots/{execution_spec__cache-control.md_assert_0.snap => execution_spec__cache-control.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__cache-control.md_assert_1.snap => execution_spec__cache-control.md_test_1.snap} (100%) rename tests/snapshots/{execution_spec__cache-control.md_assert_2.snap => execution_spec__cache-control.md_test_2.snap} (100%) rename tests/snapshots/{execution_spec__cache-control.md_assert_3.snap => execution_spec__cache-control.md_test_3.snap} (100%) rename tests/snapshots/{execution_spec__caching-collision.md_assert_0.snap => execution_spec__caching-collision.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__caching.md_assert_0.snap => execution_spec__caching.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__caching.md_assert_1.snap => execution_spec__caching.md_test_1.snap} (100%) rename tests/snapshots/{execution_spec__caching.md_assert_2.snap => execution_spec__caching.md_test_2.snap} (100%) rename tests/snapshots/{execution_spec__call-graphql-datasource.md_assert_0.snap => execution_spec__call-graphql-datasource.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__call-multiple-steps-piping.md_assert_0.snap => execution_spec__call-multiple-steps-piping.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__call-multiple-steps-piping.md_assert_1.snap => execution_spec__call-multiple-steps-piping.md_test_1.snap} (100%) rename tests/snapshots/{execution_spec__call-mutation.md_assert_0.snap => execution_spec__call-mutation.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__call-mutation.md_assert_1.snap => execution_spec__call-mutation.md_test_1.snap} (100%) rename tests/snapshots/{execution_spec__call-mutation.md_assert_2.snap => execution_spec__call-mutation.md_test_2.snap} (100%) rename tests/snapshots/{execution_spec__call-mutation.md_assert_3.snap => execution_spec__call-mutation.md_test_3.snap} (100%) rename tests/snapshots/{execution_spec__call-mutation.md_assert_4.snap => execution_spec__call-mutation.md_test_4.snap} (100%) rename tests/snapshots/{execution_spec__call-operator.md_assert_0.snap => execution_spec__call-operator.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__call-operator.md_assert_1.snap => execution_spec__call-operator.md_test_1.snap} (100%) rename tests/snapshots/{execution_spec__call-operator.md_assert_10.snap => execution_spec__call-operator.md_test_10.snap} (100%) rename tests/snapshots/{execution_spec__call-operator.md_assert_11.snap => execution_spec__call-operator.md_test_11.snap} (100%) rename tests/snapshots/{execution_spec__call-operator.md_assert_12.snap => execution_spec__call-operator.md_test_12.snap} (100%) rename tests/snapshots/{execution_spec__call-operator.md_assert_2.snap => execution_spec__call-operator.md_test_2.snap} (100%) rename tests/snapshots/{execution_spec__call-operator.md_assert_3.snap => execution_spec__call-operator.md_test_3.snap} (100%) rename tests/snapshots/{execution_spec__call-operator.md_assert_4.snap => execution_spec__call-operator.md_test_4.snap} (100%) rename tests/snapshots/{execution_spec__call-operator.md_assert_5.snap => execution_spec__call-operator.md_test_5.snap} (100%) rename tests/snapshots/{execution_spec__call-operator.md_assert_6.snap => execution_spec__call-operator.md_test_6.snap} (100%) rename tests/snapshots/{execution_spec__call-operator.md_assert_7.snap => execution_spec__call-operator.md_test_7.snap} (100%) rename tests/snapshots/{execution_spec__call-operator.md_assert_8.snap => execution_spec__call-operator.md_test_8.snap} (100%) rename tests/snapshots/{execution_spec__call-operator.md_assert_9.snap => execution_spec__call-operator.md_test_9.snap} (100%) rename tests/snapshots/{execution_spec__cors-allow-cred-false.md_assert_0.snap => execution_spec__cors-allow-cred-false.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__cors-allow-cred-true.md_assert_0.snap => execution_spec__cors-allow-cred-true.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__cors-allow-cred-vary.md_assert_0.snap => execution_spec__cors-allow-cred-vary.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__custom-headers.md_assert_0.snap => execution_spec__custom-headers.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__env-value.md_assert_0.snap => execution_spec__env-value.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__experimental-headers.md_assert_0.snap => execution_spec__experimental-headers.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__graphql-dataloader-batch-request.md_assert_0.snap => execution_spec__graphql-dataloader-batch-request.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__graphql-dataloader-no-batch-request.md_assert_0.snap => execution_spec__graphql-dataloader-no-batch-request.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__graphql-datasource-errors.md_assert_0.snap => execution_spec__graphql-datasource-errors.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__graphql-datasource-errors.md_assert_1.snap => execution_spec__graphql-datasource-errors.md_test_1.snap} (100%) rename tests/snapshots/{execution_spec__graphql-datasource-mutation.md_assert_0.snap => execution_spec__graphql-datasource-mutation.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__graphql-datasource-no-args.md_assert_0.snap => execution_spec__graphql-datasource-no-args.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__graphql-datasource-with-args.md_assert_0.snap => execution_spec__graphql-datasource-with-args.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__graphql-datasource-with-args.md_assert_1.snap => execution_spec__graphql-datasource-with-args.md_test_1.snap} (100%) rename tests/snapshots/{execution_spec__grpc-batch.md_assert_0.snap => execution_spec__grpc-batch.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__grpc-error.md_assert_0.snap => execution_spec__grpc-error.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__grpc-override-url-from-upstream.md_assert_0.snap => execution_spec__grpc-override-url-from-upstream.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__grpc-proto-with-same-package.md_assert_0.snap => execution_spec__grpc-proto-with-same-package.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__grpc-simple.md_assert_0.snap => execution_spec__grpc-simple.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__grpc-url-from-upstream.md_assert_0.snap => execution_spec__grpc-url-from-upstream.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__https.md_assert_0.snap => execution_spec__https.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__inline-field.md_assert_0.snap => execution_spec__inline-field.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__inline-index-list.md_assert_0.snap => execution_spec__inline-index-list.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__io-cache.md_assert_0.snap => execution_spec__io-cache.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__jsonplaceholder-call-post.md_assert_0.snap => execution_spec__jsonplaceholder-call-post.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__modified-field.md_assert_0.snap => execution_spec__modified-field.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__mutation-put.md_assert_0.snap => execution_spec__mutation-put.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__mutation.md_assert_0.snap => execution_spec__mutation.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__n-plus-one-list.md_assert_0.snap => execution_spec__n-plus-one-list.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__n-plus-one.md_assert_0.snap => execution_spec__n-plus-one.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__nested-objects.md_assert_0.snap => execution_spec__nested-objects.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__nesting-level3.md_assert_0.snap => execution_spec__nesting-level3.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__nullable-arg-query.md_assert_0.snap => execution_spec__nullable-arg-query.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__nullable-arg-query.md_assert_1.snap => execution_spec__nullable-arg-query.md_test_1.snap} (100%) rename tests/snapshots/{execution_spec__omit-index-list.md_assert_0.snap => execution_spec__omit-index-list.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__omit-resolved-by-parent.md_assert_0.snap => execution_spec__omit-resolved-by-parent.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__recursive-type-json.md_assert_0.snap => execution_spec__recursive-type-json.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__recursive-types.md_assert_0.snap => execution_spec__recursive-types.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__ref-other-nested.md_assert_0.snap => execution_spec__ref-other-nested.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__ref-other.md_assert_0.snap => execution_spec__ref-other.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__rename-field.md_assert_0.snap => execution_spec__rename-field.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__rename-field.md_assert_1.snap => execution_spec__rename-field.md_test_1.snap} (100%) rename tests/snapshots/{execution_spec__request-to-upstream-batching.md_assert_0.snap => execution_spec__request-to-upstream-batching.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__resolve-with-headers.md_assert_0.snap => execution_spec__resolve-with-headers.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__resolve-with-vars.md_assert_0.snap => execution_spec__resolve-with-vars.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__resolved-by-parent.md_assert_0.snap => execution_spec__resolved-by-parent.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__rest-api-error.md_assert_0.snap => execution_spec__rest-api-error.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__rest-api-post.md_assert_0.snap => execution_spec__rest-api-post.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__rest-api.md_assert_0.snap => execution_spec__rest-api.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__showcase.md_assert_0.snap => execution_spec__showcase.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__showcase.md_assert_1.snap => execution_spec__showcase.md_test_1.snap} (100%) rename tests/snapshots/{execution_spec__showcase.md_assert_2.snap => execution_spec__showcase.md_test_2.snap} (100%) rename tests/snapshots/{execution_spec__showcase.md_assert_3.snap => execution_spec__showcase.md_test_3.snap} (100%) rename tests/snapshots/{execution_spec__showcase.md_assert_4.snap => execution_spec__showcase.md_test_4.snap} (100%) rename tests/snapshots/{execution_spec__simple-graphql.md_assert_0.snap => execution_spec__simple-graphql.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__simple-graphql.md_assert_1.snap => execution_spec__simple-graphql.md_test_1.snap} (100%) rename tests/snapshots/{execution_spec__simple-query.md_assert_0.snap => execution_spec__simple-query.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__test-enum-default.md_assert_0.snap => execution_spec__test-enum-default.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__test-enum.md_assert_0.snap => execution_spec__test-enum.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__test-enum.md_assert_1.snap => execution_spec__test-enum.md_test_1.snap} (100%) rename tests/snapshots/{execution_spec__test-enum.md_assert_2.snap => execution_spec__test-enum.md_test_2.snap} (100%) rename tests/snapshots/{execution_spec__test-expr-with-mustache.md_assert_0.snap => execution_spec__test-expr-with-mustache.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__test-http-with-mustache-expr.md_assert_0.snap => execution_spec__test-http-with-mustache-expr.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__test-js-request-reponse.md_assert_0.snap => execution_spec__test-js-request-reponse.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__test-params-as-body.md_assert_0.snap => execution_spec__test-params-as-body.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__test-scalars.md_assert_0.snap => execution_spec__test-scalars.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__test-scalars.md_assert_1.snap => execution_spec__test-scalars.md_test_1.snap} (100%) rename tests/snapshots/{execution_spec__test-scalars.md_assert_2.snap => execution_spec__test-scalars.md_test_2.snap} (100%) rename tests/snapshots/{execution_spec__test-scalars.md_assert_3.snap => execution_spec__test-scalars.md_test_3.snap} (100%) rename tests/snapshots/{execution_spec__test-scalars.md_assert_4.snap => execution_spec__test-scalars.md_test_4.snap} (100%) rename tests/snapshots/{execution_spec__test-scalars.md_assert_5.snap => execution_spec__test-scalars.md_test_5.snap} (100%) rename tests/snapshots/{execution_spec__test-scalars.md_assert_6.snap => execution_spec__test-scalars.md_test_6.snap} (100%) rename tests/snapshots/{execution_spec__test-scalars.md_assert_7.snap => execution_spec__test-scalars.md_test_7.snap} (100%) rename tests/snapshots/{execution_spec__test-scalars.md_assert_8.snap => execution_spec__test-scalars.md_test_8.snap} (100%) rename tests/snapshots/{execution_spec__test-set-cookie-headers.md_assert_0.snap => execution_spec__test-set-cookie-headers.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__test-static-value.md_assert_0.snap => execution_spec__test-static-value.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__test-upstream-headers.md_assert_0.snap => execution_spec__test-upstream-headers.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__upstream-batching.md_assert_0.snap => execution_spec__upstream-batching.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__upstream-fail-request.md_assert_0.snap => execution_spec__upstream-fail-request.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__with-args-url.md_assert_0.snap => execution_spec__with-args-url.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__with-args.md_assert_0.snap => execution_spec__with-args.md_test_0.snap} (100%) rename tests/snapshots/{execution_spec__with-nesting.md_assert_0.snap => execution_spec__with-nesting.md_test_0.snap} (100%) diff --git a/tests/execution/add-field-index-list.md b/tests/execution/add-field-index-list.md index e7fde54745..ac6dc19844 100644 --- a/tests/execution/add-field-index-list.md +++ b/tests/execution/add-field-index-list.md @@ -26,7 +26,7 @@ type Query @addField(name: "username", path: ["users", "0", "name"]) { name: Leanne Graham ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/add-field-modify.md b/tests/execution/add-field-modify.md index 29afaf8d3c..d9a240a893 100644 --- a/tests/execution/add-field-modify.md +++ b/tests/execution/add-field-modify.md @@ -40,7 +40,7 @@ type Query { name: foo ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/add-field-with-composition.md b/tests/execution/add-field-with-composition.md index 59fef3df3c..341cda6a30 100644 --- a/tests/execution/add-field-with-composition.md +++ b/tests/execution/add-field-with-composition.md @@ -43,7 +43,7 @@ type Query name: foo ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/add-field-with-modify.md b/tests/execution/add-field-with-modify.md index 782bbae26e..8e3d863e69 100644 --- a/tests/execution/add-field-with-modify.md +++ b/tests/execution/add-field-with-modify.md @@ -35,7 +35,7 @@ type Query @addField(name: "user1", path: ["person1", "name"]) @addField(name: " name: Ervin Howell ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/add-field.md b/tests/execution/add-field.md index 21f186e1af..143af2042e 100644 --- a/tests/execution/add-field.md +++ b/tests/execution/add-field.md @@ -37,7 +37,7 @@ type Query { name: foo ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/apollo-tracing.md b/tests/execution/apollo-tracing.md index 2165f821b9..97ff0f0a85 100644 --- a/tests/execution/apollo-tracing.md +++ b/tests/execution/apollo-tracing.md @@ -22,7 +22,7 @@ type Query { body: hello ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8000/graphql body: diff --git a/tests/execution/auth-basic.md b/tests/execution/auth-basic.md index 010e10fff6..95f413e2aa 100644 --- a/tests/execution/auth-basic.md +++ b/tests/execution/auth-basic.md @@ -47,7 +47,7 @@ testuser3:{SHA}Y2fEjdGT1W6nsLqtJbGUVeUp9e4= nested: mutation nested ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/auth-jwt.md b/tests/execution/auth-jwt.md index fb570af9a5..d91aeb4f22 100644 --- a/tests/execution/auth-jwt.md +++ b/tests/execution/auth-jwt.md @@ -56,7 +56,7 @@ type ProtectedType @protected { nested: mutation nested ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/batching-default.md b/tests/execution/batching-default.md index cbe0e28331..9cb95b52d7 100644 --- a/tests/execution/batching-default.md +++ b/tests/execution/batching-default.md @@ -47,7 +47,7 @@ type User { - id: 2 ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/batching-disabled.md b/tests/execution/batching-disabled.md index 51ccfeff6f..357a3ba902 100644 --- a/tests/execution/batching-disabled.md +++ b/tests/execution/batching-disabled.md @@ -76,7 +76,7 @@ name: Leanne Graham ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/batching-group-by-default.md b/tests/execution/batching-group-by-default.md index 448eaf3312..1d61ba0fa7 100644 --- a/tests/execution/batching-group-by-default.md +++ b/tests/execution/batching-group-by-default.md @@ -55,7 +55,7 @@ type User { name: bar ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/batching-group-by.md b/tests/execution/batching-group-by.md index ba5588130f..b82baa38bd 100644 --- a/tests/execution/batching-group-by.md +++ b/tests/execution/batching-group-by.md @@ -55,7 +55,7 @@ type User { name: Ervin Howell ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/batching-post.md b/tests/execution/batching-post.md index eff55702cb..8d9e2c25b3 100644 --- a/tests/execution/batching-post.md +++ b/tests/execution/batching-post.md @@ -50,7 +50,7 @@ type User { name: Leanne Graham ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/batching.md b/tests/execution/batching.md index 8fd715dac9..e47fc05479 100644 --- a/tests/execution/batching.md +++ b/tests/execution/batching.md @@ -55,7 +55,7 @@ name: foo ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/cache-control.md b/tests/execution/cache-control.md index 99a758522f..d6d0e1ab86 100644 --- a/tests/execution/cache-control.md +++ b/tests/execution/cache-control.md @@ -111,7 +111,7 @@ name: barfoo ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/caching-collision.md b/tests/execution/caching-collision.md index c9bf85e36b..786096fa91 100644 --- a/tests/execution/caching-collision.md +++ b/tests/execution/caching-collision.md @@ -929,7 +929,7 @@ type Bar { id: 99 ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/caching.md b/tests/execution/caching.md index 2b9bafa9c4..0dd9ee7616 100644 --- a/tests/execution/caching.md +++ b/tests/execution/caching.md @@ -68,7 +68,7 @@ type TypeCache @cache(maxAge: 1000) { - id: 33 ``` -```yml @assert +```yml @test # the same request to validate caching - method: POST url: http://localhost:8080/graphql diff --git a/tests/execution/call-graphql-datasource.md b/tests/execution/call-graphql-datasource.md index f71abe0087..143dd45bda 100644 --- a/tests/execution/call-graphql-datasource.md +++ b/tests/execution/call-graphql-datasource.md @@ -75,7 +75,7 @@ type Post { name: Ervin Howell ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/call-multiple-steps-piping.md b/tests/execution/call-multiple-steps-piping.md index 137d3a611b..5bec224b00 100644 --- a/tests/execution/call-multiple-steps-piping.md +++ b/tests/execution/call-multiple-steps-piping.md @@ -38,7 +38,7 @@ type Query { } ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/call-mutation.md b/tests/execution/call-mutation.md index 714c4ca3e2..118611634f 100644 --- a/tests/execution/call-mutation.md +++ b/tests/execution/call-mutation.md @@ -112,7 +112,7 @@ type User { userId: 1 ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/call-operator.md b/tests/execution/call-operator.md index b91f1a2c85..e5c4453759 100644 --- a/tests/execution/call-operator.md +++ b/tests/execution/call-operator.md @@ -168,7 +168,7 @@ type Post { body: \0\0\0\0t\n#\x08\x01\x12\x06Note 1\x1a\tContent 1\"\x0cPost image 1\n#\x08\x02\x12\x06Note 2\x1a\tContent 2\"\x0cPost image 2 ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/cors-allow-cred-false.md b/tests/execution/cors-allow-cred-false.md index 2e6a005626..b6b6d96143 100644 --- a/tests/execution/cors-allow-cred-false.md +++ b/tests/execution/cors-allow-cred-false.md @@ -22,7 +22,7 @@ type Query { } ``` -```yml @assert +```yml @test # the same request to validate caching - method: OPTIONS url: http://localhost:8080/graphql diff --git a/tests/execution/cors-allow-cred-true.md b/tests/execution/cors-allow-cred-true.md index 3a1d2be223..5ffed35112 100644 --- a/tests/execution/cors-allow-cred-true.md +++ b/tests/execution/cors-allow-cred-true.md @@ -22,7 +22,7 @@ type Query { } ``` -```yml @assert +```yml @test # the same request to validate caching - method: OPTIONS url: http://localhost:8080/graphql diff --git a/tests/execution/cors-allow-cred-vary.md b/tests/execution/cors-allow-cred-vary.md index 99deee2bd7..b1a131542c 100644 --- a/tests/execution/cors-allow-cred-vary.md +++ b/tests/execution/cors-allow-cred-vary.md @@ -22,7 +22,7 @@ type Query { } ``` -```yml @assert +```yml @test # the same request to validate caching - method: POST url: http://localhost:8080/graphql diff --git a/tests/execution/custom-headers.md b/tests/execution/custom-headers.md index 636ae90a81..209130d669 100644 --- a/tests/execution/custom-headers.md +++ b/tests/execution/custom-headers.md @@ -37,7 +37,7 @@ } ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/env-value.md b/tests/execution/env-value.md index ea3fc1405e..4afa443e79 100644 --- a/tests/execution/env-value.md +++ b/tests/execution/env-value.md @@ -104,7 +104,7 @@ POST_ID: "2" NESTED_POST_ID: "3" ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/experimental-headers.md b/tests/execution/experimental-headers.md index 70981ba1db..f2c730e5e5 100644 --- a/tests/execution/experimental-headers.md +++ b/tests/execution/experimental-headers.md @@ -31,7 +31,7 @@ type User { name: Leanne Graham ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/graphql-dataloader-batch-keys.md b/tests/execution/graphql-dataloader-batch-keys.md index 171b0c054b..0d0a64401d 100644 --- a/tests/execution/graphql-dataloader-batch-keys.md +++ b/tests/execution/graphql-dataloader-batch-keys.md @@ -85,7 +85,7 @@ type B { y: 1 ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/graphql-dataloader-batch-request.md b/tests/execution/graphql-dataloader-batch-request.md index 3cbe4be85e..4f8f5cfb64 100644 --- a/tests/execution/graphql-dataloader-batch-request.md +++ b/tests/execution/graphql-dataloader-batch-request.md @@ -76,7 +76,7 @@ type Query { name: Leanne Graham ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/graphql-dataloader-no-batch-request.md b/tests/execution/graphql-dataloader-no-batch-request.md index 825f07c271..985f85df0e 100644 --- a/tests/execution/graphql-dataloader-no-batch-request.md +++ b/tests/execution/graphql-dataloader-no-batch-request.md @@ -64,7 +64,7 @@ type Query { name: Ervin Howell ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/graphql-datasource-errors.md b/tests/execution/graphql-datasource-errors.md index 640a6eb1d7..f0f34005fb 100644 --- a/tests/execution/graphql-datasource-errors.md +++ b/tests/execution/graphql-datasource-errors.md @@ -50,7 +50,7 @@ type Query { message: Failed to resolve name ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/graphql-datasource-mutation.md b/tests/execution/graphql-datasource-mutation.md index c5f2d93f80..72b580dd89 100644 --- a/tests/execution/graphql-datasource-mutation.md +++ b/tests/execution/graphql-datasource-mutation.md @@ -40,7 +40,7 @@ type UserInput { name: Test Name ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/graphql-datasource-no-args.md b/tests/execution/graphql-datasource-no-args.md index ea009251ab..36e05d8d45 100644 --- a/tests/execution/graphql-datasource-no-args.md +++ b/tests/execution/graphql-datasource-no-args.md @@ -29,7 +29,7 @@ type Query { - name: Ervin Howell ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/graphql-datasource-with-args.md b/tests/execution/graphql-datasource-with-args.md index ebcafeb536..e932eb4ac3 100644 --- a/tests/execution/graphql-datasource-with-args.md +++ b/tests/execution/graphql-datasource-with-args.md @@ -48,7 +48,7 @@ type Query { name: Leanne Graham ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/grpc-batch.md b/tests/execution/grpc-batch.md index a06e2376cb..c6787a083e 100644 --- a/tests/execution/grpc-batch.md +++ b/tests/execution/grpc-batch.md @@ -82,7 +82,7 @@ type News { body: \0\0\0\0t\n#\x08\x02\x12\x06Note 2\x1a\tContent 2\"\x0cPost image 2\n#\x08\x03\x12\x06Note 3\x1a\tContent 3\"\x0cPost image 3 ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/grpc-error.md b/tests/execution/grpc-error.md index 3170a4d612..d518565654 100644 --- a/tests/execution/grpc-error.md +++ b/tests/execution/grpc-error.md @@ -82,7 +82,7 @@ type News { body: ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/grpc-override-url-from-upstream.md b/tests/execution/grpc-override-url-from-upstream.md index ffde081bc2..a481c7219d 100644 --- a/tests/execution/grpc-override-url-from-upstream.md +++ b/tests/execution/grpc-override-url-from-upstream.md @@ -77,7 +77,7 @@ type News { body: \0\0\0\0t\n#\x08\x01\x12\x06Note 1\x1a\tContent 1\"\x0cPost image 1\n#\x08\x02\x12\x06Note 2\x1a\tContent 2\"\x0cPost image 2 ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/grpc-proto-with-same-package.md b/tests/execution/grpc-proto-with-same-package.md index fb44b0f99e..b78549322a 100644 --- a/tests/execution/grpc-proto-with-same-package.md +++ b/tests/execution/grpc-proto-with-same-package.md @@ -74,7 +74,7 @@ type Bar { body: \0\0\0\0\n\n\x08test-bar ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/grpc-simple.md b/tests/execution/grpc-simple.md index f1e968fcec..ac4e808ef9 100644 --- a/tests/execution/grpc-simple.md +++ b/tests/execution/grpc-simple.md @@ -77,7 +77,7 @@ type News { body: \0\0\0\0t\n#\x08\x01\x12\x06Note 1\x1a\tContent 1\"\x0cPost image 1\n#\x08\x02\x12\x06Note 2\x1a\tContent 2\"\x0cPost image 2 ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/grpc-url-from-upstream.md b/tests/execution/grpc-url-from-upstream.md index 84375c69f6..3bf49ea608 100644 --- a/tests/execution/grpc-url-from-upstream.md +++ b/tests/execution/grpc-url-from-upstream.md @@ -76,7 +76,7 @@ type News { body: \0\0\0\0t\n#\x08\x01\x12\x06Note 1\x1a\tContent 1\"\x0cPost image 1\n#\x08\x02\x12\x06Note 2\x1a\tContent 2\"\x0cPost image 2 ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/https.md b/tests/execution/https.md index 582903eac2..6ecc527098 100644 --- a/tests/execution/https.md +++ b/tests/execution/https.md @@ -52,7 +52,7 @@ name: Leanne Graham ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/inline-field.md b/tests/execution/inline-field.md index fec966def1..5ce02d1dee 100644 --- a/tests/execution/inline-field.md +++ b/tests/execution/inline-field.md @@ -37,7 +37,7 @@ type Query { name: foo ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/inline-index-list.md b/tests/execution/inline-index-list.md index 8775a60452..338b6e01ab 100644 --- a/tests/execution/inline-index-list.md +++ b/tests/execution/inline-index-list.md @@ -26,7 +26,7 @@ type Query @addField(name: "username", path: ["username", "0", "name"]) { name: Leanne Graham ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/io-cache.md b/tests/execution/io-cache.md index 2dd753222a..0338142463 100644 --- a/tests/execution/io-cache.md +++ b/tests/execution/io-cache.md @@ -67,7 +67,7 @@ type Post { name: Ervin Howell ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/jsonplaceholder-call-post.md b/tests/execution/jsonplaceholder-call-post.md index 06ff15cc92..43c0a967a4 100644 --- a/tests/execution/jsonplaceholder-call-post.md +++ b/tests/execution/jsonplaceholder-call-post.md @@ -44,7 +44,7 @@ type Post { name: Leanne Graham ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/modified-field.md b/tests/execution/modified-field.md index 1532882d71..3514b15ba3 100644 --- a/tests/execution/modified-field.md +++ b/tests/execution/modified-field.md @@ -26,7 +26,7 @@ type Query { name: Leanne Graham ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/mutation-put.md b/tests/execution/mutation-put.md index 3c60a9f45f..899abbfe16 100644 --- a/tests/execution/mutation-put.md +++ b/tests/execution/mutation-put.md @@ -45,7 +45,7 @@ type User { body: abc ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/mutation.md b/tests/execution/mutation.md index 0f43edda11..6d36eb80bf 100644 --- a/tests/execution/mutation.md +++ b/tests/execution/mutation.md @@ -46,7 +46,7 @@ type User { userId: 1 ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/n-plus-one-list.md b/tests/execution/n-plus-one-list.md index 2833005547..07e3655c77 100644 --- a/tests/execution/n-plus-one-list.md +++ b/tests/execution/n-plus-one-list.md @@ -52,7 +52,7 @@ type Bar { name: foo2 ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/n-plus-one.md b/tests/execution/n-plus-one.md index 52c948a95f..52e1c0b2a6 100644 --- a/tests/execution/n-plus-one.md +++ b/tests/execution/n-plus-one.md @@ -48,7 +48,7 @@ type Bar { id: 2 ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/nested-objects.md b/tests/execution/nested-objects.md index fc6888ab8c..88280a0c98 100644 --- a/tests/execution/nested-objects.md +++ b/tests/execution/nested-objects.md @@ -39,7 +39,7 @@ type Query { name: foo ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/nesting-level3.md b/tests/execution/nesting-level3.md index 5774f34b51..02c44abdc3 100644 --- a/tests/execution/nesting-level3.md +++ b/tests/execution/nesting-level3.md @@ -64,7 +64,7 @@ type Post { - completed: false ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/nullable-arg-query.md b/tests/execution/nullable-arg-query.md index 9a6fd15656..6a0b191a55 100644 --- a/tests/execution/nullable-arg-query.md +++ b/tests/execution/nullable-arg-query.md @@ -44,7 +44,7 @@ type User { - id: 1 ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/omit-index-list.md b/tests/execution/omit-index-list.md index 8775a60452..338b6e01ab 100644 --- a/tests/execution/omit-index-list.md +++ b/tests/execution/omit-index-list.md @@ -26,7 +26,7 @@ type Query @addField(name: "username", path: ["username", "0", "name"]) { name: Leanne Graham ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/omit-resolved-by-parent.md b/tests/execution/omit-resolved-by-parent.md index 4643035118..690fd33151 100644 --- a/tests/execution/omit-resolved-by-parent.md +++ b/tests/execution/omit-resolved-by-parent.md @@ -32,7 +32,7 @@ type User @addField(name: "address", path: ["address", "street"]) { name: foo ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/recursive-type-json.md b/tests/execution/recursive-type-json.md index 8e590dd64e..2655349b84 100644 --- a/tests/execution/recursive-type-json.md +++ b/tests/execution/recursive-type-json.md @@ -70,7 +70,7 @@ name: User2 ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/recursive-types.md b/tests/execution/recursive-types.md index c1f7bcb461..9195f64644 100644 --- a/tests/execution/recursive-types.md +++ b/tests/execution/recursive-types.md @@ -37,7 +37,7 @@ type Query { name: User2 ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/ref-other-nested.md b/tests/execution/ref-other-nested.md index 540ffa2b83..15b6078488 100644 --- a/tests/execution/ref-other-nested.md +++ b/tests/execution/ref-other-nested.md @@ -75,7 +75,7 @@ name: Leanne Graham ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/ref-other.md b/tests/execution/ref-other.md index bd8c5f65d6..cf80ec91e8 100644 --- a/tests/execution/ref-other.md +++ b/tests/execution/ref-other.md @@ -31,7 +31,7 @@ type Query { name: Leanne Graham ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/rename-field.md b/tests/execution/rename-field.md index a94d14e77a..60cb6c145a 100644 --- a/tests/execution/rename-field.md +++ b/tests/execution/rename-field.md @@ -35,7 +35,7 @@ type Query { name: Ervin Howell ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/request-to-upstream-batching.md b/tests/execution/request-to-upstream-batching.md index 1523aef674..bc02588b20 100644 --- a/tests/execution/request-to-upstream-batching.md +++ b/tests/execution/request-to-upstream-batching.md @@ -75,7 +75,7 @@ name: bar ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/resolve-with-headers.md b/tests/execution/resolve-with-headers.md index 71e32c0f41..27b13df5bc 100644 --- a/tests/execution/resolve-with-headers.md +++ b/tests/execution/resolve-with-headers.md @@ -32,7 +32,7 @@ type Query { title: post title ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql headers: diff --git a/tests/execution/resolve-with-vars.md b/tests/execution/resolve-with-vars.md index 4839bbe483..cf68e32bb9 100644 --- a/tests/execution/resolve-with-vars.md +++ b/tests/execution/resolve-with-vars.md @@ -28,7 +28,7 @@ type Query { name: Leanne Graham ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/resolved-by-parent.md b/tests/execution/resolved-by-parent.md index 4643035118..690fd33151 100644 --- a/tests/execution/resolved-by-parent.md +++ b/tests/execution/resolved-by-parent.md @@ -32,7 +32,7 @@ type User @addField(name: "address", path: ["address", "street"]) { name: foo ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/rest-api-error.md b/tests/execution/rest-api-error.md index 478aae1b1d..a1f711f9e9 100644 --- a/tests/execution/rest-api-error.md +++ b/tests/execution/rest-api-error.md @@ -37,7 +37,7 @@ type User { body: {} ``` -```yml @assert +```yml @test - method: GET url: http://localhost:8080/api/user/1 ``` diff --git a/tests/execution/rest-api-post.md b/tests/execution/rest-api-post.md index 60bdd4dc62..317013751b 100644 --- a/tests/execution/rest-api-post.md +++ b/tests/execution/rest-api-post.md @@ -41,7 +41,7 @@ type User { name: foo ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/api/user/1 ``` diff --git a/tests/execution/rest-api.md b/tests/execution/rest-api.md index 75e3a4d9f0..6d4f5175af 100644 --- a/tests/execution/rest-api.md +++ b/tests/execution/rest-api.md @@ -41,7 +41,7 @@ type User { name: foo ``` -```yml @assert +```yml @test - method: GET url: http://localhost:8080/api/user/1 ``` diff --git a/tests/execution/showcase.md b/tests/execution/showcase.md index e26f4af3b8..b8ff81dc53 100644 --- a/tests/execution/showcase.md +++ b/tests/execution/showcase.md @@ -47,7 +47,7 @@ type Query { body: dsjfsjdfjdsfjkdskjfjkds ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/showcase/graphql?config=http%3A%2F%2Fexample.com%2Fsimple.graphql body: diff --git a/tests/execution/simple-graphql.md b/tests/execution/simple-graphql.md index 0854639c29..0dafcf3d2d 100644 --- a/tests/execution/simple-graphql.md +++ b/tests/execution/simple-graphql.md @@ -29,7 +29,7 @@ type Query { name: foo ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/simple-query.md b/tests/execution/simple-query.md index db82cc3913..14ef977730 100644 --- a/tests/execution/simple-query.md +++ b/tests/execution/simple-query.md @@ -51,7 +51,7 @@ name: foo ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/test-enum-default.md b/tests/execution/test-enum-default.md index e8e76d9842..b7af57e5cd 100644 --- a/tests/execution/test-enum-default.md +++ b/tests/execution/test-enum-default.md @@ -71,7 +71,7 @@ type NewsData { body: '\0\0\0\0s\n#\x08\x01\x12\x06Note 1\x1a\tContent 1\"\x0cPost image 1\n%\x08\x02\x12\x06Note 2\x1a\tContent 2\"\x0cPost image 2(\x01\n%\x08\x03\x12\x06Note 3\x1a\tContent 3\"\x0cPost image 3(\x02' ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/test-enum.md b/tests/execution/test-enum.md index fa2fe74588..ee7fd4409b 100644 --- a/tests/execution/test-enum.md +++ b/tests/execution/test-enum.md @@ -19,7 +19,7 @@ type Query { } ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/test-expr-with-mustache.md b/tests/execution/test-expr-with-mustache.md index ec5837c05d..a4d79e8ead 100644 --- a/tests/execution/test-expr-with-mustache.md +++ b/tests/execution/test-expr-with-mustache.md @@ -30,7 +30,7 @@ type D { } ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8000/graphql body: diff --git a/tests/execution/test-http-with-mustache-expr.md b/tests/execution/test-http-with-mustache-expr.md index 4b1b45d582..9fc8600794 100644 --- a/tests/execution/test-http-with-mustache-expr.md +++ b/tests/execution/test-http-with-mustache-expr.md @@ -37,7 +37,7 @@ type D { f: true ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8000/graphql body: diff --git a/tests/execution/test-js-request-reponse.md b/tests/execution/test-js-request-reponse.md index 0fa7cfaa55..6ed9a02701 100644 --- a/tests/execution/test-js-request-reponse.md +++ b/tests/execution/test-js-request-reponse.md @@ -42,7 +42,7 @@ type Query { body: hello world ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/test-params-as-body.md b/tests/execution/test-params-as-body.md index a1f8a9fb68..f5d72b0a37 100644 --- a/tests/execution/test-params-as-body.md +++ b/tests/execution/test-params-as-body.md @@ -27,7 +27,7 @@ type User { name: foo ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/test-scalars.md b/tests/execution/test-scalars.md index b33a30de37..6f012dcd6c 100644 --- a/tests/execution/test-scalars.md +++ b/tests/execution/test-scalars.md @@ -18,7 +18,7 @@ type Query { } ``` -```yml @assert +```yml @test # Valid value tests - method: POST url: http://localhost:8000/graphql diff --git a/tests/execution/test-set-cookie-headers.md b/tests/execution/test-set-cookie-headers.md index 90d9c95aa1..b576c18437 100644 --- a/tests/execution/test-set-cookie-headers.md +++ b/tests/execution/test-set-cookie-headers.md @@ -46,7 +46,7 @@ type User { name: bar ``` -```yaml @assert +```yaml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/test-static-value.md b/tests/execution/test-static-value.md index 7a1cf9944f..63d17357f2 100644 --- a/tests/execution/test-static-value.md +++ b/tests/execution/test-static-value.md @@ -50,7 +50,7 @@ name: Leanne Graham ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/test-upstream-headers.md b/tests/execution/test-upstream-headers.md index 29caf23ea4..fe2f643565 100644 --- a/tests/execution/test-upstream-headers.md +++ b/tests/execution/test-upstream-headers.md @@ -33,7 +33,7 @@ type Post { userId: 2 ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8000/graphql headers: diff --git a/tests/execution/upstream-batching.md b/tests/execution/upstream-batching.md index 1f938623fd..2cbc337692 100644 --- a/tests/execution/upstream-batching.md +++ b/tests/execution/upstream-batching.md @@ -72,7 +72,7 @@ name: bar ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/upstream-fail-request.md b/tests/execution/upstream-fail-request.md index 8d6c82cd9a..886ac9d923 100644 --- a/tests/execution/upstream-fail-request.md +++ b/tests/execution/upstream-fail-request.md @@ -25,7 +25,7 @@ type Query { body: {} ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/with-args-url.md b/tests/execution/with-args-url.md index e22b8772d5..b494e1082c 100644 --- a/tests/execution/with-args-url.md +++ b/tests/execution/with-args-url.md @@ -60,7 +60,7 @@ name: foo ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/with-args.md b/tests/execution/with-args.md index a4d6518cd4..bd02d28d47 100644 --- a/tests/execution/with-args.md +++ b/tests/execution/with-args.md @@ -27,7 +27,7 @@ type Query { name: Leanne Graham ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution/with-nesting.md b/tests/execution/with-nesting.md index db8cceb9d8..6fb90ee23e 100644 --- a/tests/execution/with-nesting.md +++ b/tests/execution/with-nesting.md @@ -51,7 +51,7 @@ type Post { - title: title3 ``` -```yml @assert +```yml @test - method: POST url: http://localhost:8080/graphql body: diff --git a/tests/execution_spec.rs b/tests/execution_spec.rs index ef2edccd52..9175e4789f 100644 --- a/tests/execution_spec.rs +++ b/tests/execution_spec.rs @@ -247,7 +247,7 @@ struct ExecutionSpec { server: Vec<(Source, String)>, mock: Option>, env: Option>, - assert: Option>, + test: Option>, files: BTreeMap, // Annotations for the runner @@ -329,7 +329,7 @@ impl ExecutionSpec { let mut mock: Option> = None; let mut env: Option> = None; let mut files: BTreeMap = BTreeMap::new(); - let mut assert: Option> = None; + let mut test: Option> = None; let mut runner: Option = None; let mut check_identity = false; let mut sdl_error = false; @@ -475,15 +475,15 @@ impl ExecutionSpec { return Err(anyhow!("Unexpected number of env blocks in {:?} (only one is allowed)", path)); } } - "assert" => { - if assert.is_none() { - assert = match source { + "test" => { + if test.is_none() { + test = match source { Source::Json => Ok(serde_json::from_str(&content)?), Source::Yml => Ok(serde_yaml::from_str(&content)?), - _ => Err(anyhow!("Unexpected language in assert block in {:?} (only JSON and YAML are supported)", path)), + _ => Err(anyhow!("Unexpected language in test block in {:?} (only JSON and YAML are supported)", path)), }?; } else { - return Err(anyhow!("Unexpected number of assert blocks in {:?} (only one is allowed)", path)); + return Err(anyhow!("Unexpected number of test blocks in {:?} (only one is allowed)", path)); } } _ => { @@ -533,7 +533,7 @@ impl ExecutionSpec { server, mock, env, - assert, + test, files, runner, @@ -814,7 +814,7 @@ impl FileIO for MockFileSystem { } } -async fn assert_spec(spec: ExecutionSpec, opentelemetry: &InMemoryTelemetry) { +async fn test_spec(spec: ExecutionSpec, opentelemetry: &InMemoryTelemetry) { let mock_http_client = Arc::new(MockHttpClient::new(&spec)); // Parse and validate all server configs + check for identity @@ -972,7 +972,7 @@ async fn assert_spec(spec: ExecutionSpec, opentelemetry: &InMemoryTelemetry) { insta::assert_snapshot!(snapshot_name, client); } - if let Some(assert_spec) = spec.assert.as_ref() { + if let Some(test_spec) = spec.test.as_ref() { let app_ctx = spec .app_context( server.first().unwrap(), @@ -981,11 +981,11 @@ async fn assert_spec(spec: ExecutionSpec, opentelemetry: &InMemoryTelemetry) { ) .await; - // assert: Run assert specs - for (i, assertion) in assert_spec.iter().enumerate() { + // test: Run test specs + for (i, test) in test_spec.iter().enumerate() { opentelemetry.reset(); - let response = run_assert(app_ctx.clone(), assertion) + let response = run_test(app_ctx.clone(), test) .await .context(spec.path.to_str().unwrap().to_string()) .unwrap(); @@ -1006,16 +1006,16 @@ async fn assert_spec(spec: ExecutionSpec, opentelemetry: &InMemoryTelemetry) { text_body: None, }; - let snapshot_name = format!("{}_assert_{}", spec.safe_name, i); + let snapshot_name = format!("{}_test_{}", spec.safe_name, i); insta::assert_json_snapshot!(snapshot_name, response); - if assertion.assert_traces { + if test.assert_traces { let snapshot_name = format!("{}_assert_traces_{}", spec.safe_name, i); insta::assert_json_snapshot!(snapshot_name, opentelemetry.get_traces().unwrap()); } - if assertion.assert_metrics { + if test.assert_metrics { let snapshot_name = format!("{}_assert_metrics_{}", spec.safe_name, i); insta::assert_json_snapshot!( snapshot_name, @@ -1066,13 +1066,13 @@ async fn test() -> anyhow::Result<()> { }; for spec in spec.into_iter() { - assert_spec(spec, &opentelemetry).await; + test_spec(spec, &opentelemetry).await; } Ok(()) } -async fn run_assert( +async fn run_test( app_ctx: Arc, request: &APIRequest, ) -> anyhow::Result> { diff --git a/tests/snapshots/execution_spec__add-field-index-list.md_assert_0.snap b/tests/snapshots/execution_spec__add-field-index-list.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__add-field-index-list.md_assert_0.snap rename to tests/snapshots/execution_spec__add-field-index-list.md_test_0.snap diff --git a/tests/snapshots/execution_spec__add-field-modify.md_assert_0.snap b/tests/snapshots/execution_spec__add-field-modify.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__add-field-modify.md_assert_0.snap rename to tests/snapshots/execution_spec__add-field-modify.md_test_0.snap diff --git a/tests/snapshots/execution_spec__add-field-with-composition.md_assert_0.snap b/tests/snapshots/execution_spec__add-field-with-composition.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__add-field-with-composition.md_assert_0.snap rename to tests/snapshots/execution_spec__add-field-with-composition.md_test_0.snap diff --git a/tests/snapshots/execution_spec__add-field-with-composition.md_assert_1.snap b/tests/snapshots/execution_spec__add-field-with-composition.md_test_1.snap similarity index 100% rename from tests/snapshots/execution_spec__add-field-with-composition.md_assert_1.snap rename to tests/snapshots/execution_spec__add-field-with-composition.md_test_1.snap diff --git a/tests/snapshots/execution_spec__add-field-with-modify.md_assert_0.snap b/tests/snapshots/execution_spec__add-field-with-modify.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__add-field-with-modify.md_assert_0.snap rename to tests/snapshots/execution_spec__add-field-with-modify.md_test_0.snap diff --git a/tests/snapshots/execution_spec__add-field-with-modify.md_assert_1.snap b/tests/snapshots/execution_spec__add-field-with-modify.md_test_1.snap similarity index 100% rename from tests/snapshots/execution_spec__add-field-with-modify.md_assert_1.snap rename to tests/snapshots/execution_spec__add-field-with-modify.md_test_1.snap diff --git a/tests/snapshots/execution_spec__add-field.md_assert_0.snap b/tests/snapshots/execution_spec__add-field.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__add-field.md_assert_0.snap rename to tests/snapshots/execution_spec__add-field.md_test_0.snap diff --git a/tests/snapshots/execution_spec__apollo-tracing.md_assert_0.snap b/tests/snapshots/execution_spec__apollo-tracing.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__apollo-tracing.md_assert_0.snap rename to tests/snapshots/execution_spec__apollo-tracing.md_test_0.snap diff --git a/tests/snapshots/execution_spec__auth-basic.md_assert_0.snap b/tests/snapshots/execution_spec__auth-basic.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__auth-basic.md_assert_0.snap rename to tests/snapshots/execution_spec__auth-basic.md_test_0.snap diff --git a/tests/snapshots/execution_spec__auth-basic.md_assert_1.snap b/tests/snapshots/execution_spec__auth-basic.md_test_1.snap similarity index 100% rename from tests/snapshots/execution_spec__auth-basic.md_assert_1.snap rename to tests/snapshots/execution_spec__auth-basic.md_test_1.snap diff --git a/tests/snapshots/execution_spec__auth-basic.md_assert_2.snap b/tests/snapshots/execution_spec__auth-basic.md_test_2.snap similarity index 100% rename from tests/snapshots/execution_spec__auth-basic.md_assert_2.snap rename to tests/snapshots/execution_spec__auth-basic.md_test_2.snap diff --git a/tests/snapshots/execution_spec__auth-basic.md_assert_3.snap b/tests/snapshots/execution_spec__auth-basic.md_test_3.snap similarity index 100% rename from tests/snapshots/execution_spec__auth-basic.md_assert_3.snap rename to tests/snapshots/execution_spec__auth-basic.md_test_3.snap diff --git a/tests/snapshots/execution_spec__auth-basic.md_assert_4.snap b/tests/snapshots/execution_spec__auth-basic.md_test_4.snap similarity index 100% rename from tests/snapshots/execution_spec__auth-basic.md_assert_4.snap rename to tests/snapshots/execution_spec__auth-basic.md_test_4.snap diff --git a/tests/snapshots/execution_spec__auth-basic.md_assert_5.snap b/tests/snapshots/execution_spec__auth-basic.md_test_5.snap similarity index 100% rename from tests/snapshots/execution_spec__auth-basic.md_assert_5.snap rename to tests/snapshots/execution_spec__auth-basic.md_test_5.snap diff --git a/tests/snapshots/execution_spec__auth-basic.md_assert_6.snap b/tests/snapshots/execution_spec__auth-basic.md_test_6.snap similarity index 100% rename from tests/snapshots/execution_spec__auth-basic.md_assert_6.snap rename to tests/snapshots/execution_spec__auth-basic.md_test_6.snap diff --git a/tests/snapshots/execution_spec__auth-jwt.md_assert_0.snap b/tests/snapshots/execution_spec__auth-jwt.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__auth-jwt.md_assert_0.snap rename to tests/snapshots/execution_spec__auth-jwt.md_test_0.snap diff --git a/tests/snapshots/execution_spec__auth-jwt.md_assert_1.snap b/tests/snapshots/execution_spec__auth-jwt.md_test_1.snap similarity index 100% rename from tests/snapshots/execution_spec__auth-jwt.md_assert_1.snap rename to tests/snapshots/execution_spec__auth-jwt.md_test_1.snap diff --git a/tests/snapshots/execution_spec__auth-jwt.md_assert_2.snap b/tests/snapshots/execution_spec__auth-jwt.md_test_2.snap similarity index 100% rename from tests/snapshots/execution_spec__auth-jwt.md_assert_2.snap rename to tests/snapshots/execution_spec__auth-jwt.md_test_2.snap diff --git a/tests/snapshots/execution_spec__auth-jwt.md_assert_3.snap b/tests/snapshots/execution_spec__auth-jwt.md_test_3.snap similarity index 100% rename from tests/snapshots/execution_spec__auth-jwt.md_assert_3.snap rename to tests/snapshots/execution_spec__auth-jwt.md_test_3.snap diff --git a/tests/snapshots/execution_spec__auth-jwt.md_assert_4.snap b/tests/snapshots/execution_spec__auth-jwt.md_test_4.snap similarity index 100% rename from tests/snapshots/execution_spec__auth-jwt.md_assert_4.snap rename to tests/snapshots/execution_spec__auth-jwt.md_test_4.snap diff --git a/tests/snapshots/execution_spec__auth-jwt.md_assert_5.snap b/tests/snapshots/execution_spec__auth-jwt.md_test_5.snap similarity index 100% rename from tests/snapshots/execution_spec__auth-jwt.md_assert_5.snap rename to tests/snapshots/execution_spec__auth-jwt.md_test_5.snap diff --git a/tests/snapshots/execution_spec__batching-default.md_assert_0.snap b/tests/snapshots/execution_spec__batching-default.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__batching-default.md_assert_0.snap rename to tests/snapshots/execution_spec__batching-default.md_test_0.snap diff --git a/tests/snapshots/execution_spec__batching-disabled.md_assert_0.snap b/tests/snapshots/execution_spec__batching-disabled.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__batching-disabled.md_assert_0.snap rename to tests/snapshots/execution_spec__batching-disabled.md_test_0.snap diff --git a/tests/snapshots/execution_spec__batching-group-by-default.md_assert_0.snap b/tests/snapshots/execution_spec__batching-group-by-default.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__batching-group-by-default.md_assert_0.snap rename to tests/snapshots/execution_spec__batching-group-by-default.md_test_0.snap diff --git a/tests/snapshots/execution_spec__batching-group-by.md_assert_0.snap b/tests/snapshots/execution_spec__batching-group-by.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__batching-group-by.md_assert_0.snap rename to tests/snapshots/execution_spec__batching-group-by.md_test_0.snap diff --git a/tests/snapshots/execution_spec__batching-post.md_assert_0.snap b/tests/snapshots/execution_spec__batching-post.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__batching-post.md_assert_0.snap rename to tests/snapshots/execution_spec__batching-post.md_test_0.snap diff --git a/tests/snapshots/execution_spec__batching.md_assert_0.snap b/tests/snapshots/execution_spec__batching.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__batching.md_assert_0.snap rename to tests/snapshots/execution_spec__batching.md_test_0.snap diff --git a/tests/snapshots/execution_spec__batching.md_assert_1.snap b/tests/snapshots/execution_spec__batching.md_test_1.snap similarity index 100% rename from tests/snapshots/execution_spec__batching.md_assert_1.snap rename to tests/snapshots/execution_spec__batching.md_test_1.snap diff --git a/tests/snapshots/execution_spec__batching.md_assert_2.snap b/tests/snapshots/execution_spec__batching.md_test_2.snap similarity index 100% rename from tests/snapshots/execution_spec__batching.md_assert_2.snap rename to tests/snapshots/execution_spec__batching.md_test_2.snap diff --git a/tests/snapshots/execution_spec__cache-control.md_assert_0.snap b/tests/snapshots/execution_spec__cache-control.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__cache-control.md_assert_0.snap rename to tests/snapshots/execution_spec__cache-control.md_test_0.snap diff --git a/tests/snapshots/execution_spec__cache-control.md_assert_1.snap b/tests/snapshots/execution_spec__cache-control.md_test_1.snap similarity index 100% rename from tests/snapshots/execution_spec__cache-control.md_assert_1.snap rename to tests/snapshots/execution_spec__cache-control.md_test_1.snap diff --git a/tests/snapshots/execution_spec__cache-control.md_assert_2.snap b/tests/snapshots/execution_spec__cache-control.md_test_2.snap similarity index 100% rename from tests/snapshots/execution_spec__cache-control.md_assert_2.snap rename to tests/snapshots/execution_spec__cache-control.md_test_2.snap diff --git a/tests/snapshots/execution_spec__cache-control.md_assert_3.snap b/tests/snapshots/execution_spec__cache-control.md_test_3.snap similarity index 100% rename from tests/snapshots/execution_spec__cache-control.md_assert_3.snap rename to tests/snapshots/execution_spec__cache-control.md_test_3.snap diff --git a/tests/snapshots/execution_spec__caching-collision.md_assert_0.snap b/tests/snapshots/execution_spec__caching-collision.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__caching-collision.md_assert_0.snap rename to tests/snapshots/execution_spec__caching-collision.md_test_0.snap diff --git a/tests/snapshots/execution_spec__caching.md_assert_0.snap b/tests/snapshots/execution_spec__caching.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__caching.md_assert_0.snap rename to tests/snapshots/execution_spec__caching.md_test_0.snap diff --git a/tests/snapshots/execution_spec__caching.md_assert_1.snap b/tests/snapshots/execution_spec__caching.md_test_1.snap similarity index 100% rename from tests/snapshots/execution_spec__caching.md_assert_1.snap rename to tests/snapshots/execution_spec__caching.md_test_1.snap diff --git a/tests/snapshots/execution_spec__caching.md_assert_2.snap b/tests/snapshots/execution_spec__caching.md_test_2.snap similarity index 100% rename from tests/snapshots/execution_spec__caching.md_assert_2.snap rename to tests/snapshots/execution_spec__caching.md_test_2.snap diff --git a/tests/snapshots/execution_spec__call-graphql-datasource.md_assert_0.snap b/tests/snapshots/execution_spec__call-graphql-datasource.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__call-graphql-datasource.md_assert_0.snap rename to tests/snapshots/execution_spec__call-graphql-datasource.md_test_0.snap diff --git a/tests/snapshots/execution_spec__call-multiple-steps-piping.md_assert_0.snap b/tests/snapshots/execution_spec__call-multiple-steps-piping.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__call-multiple-steps-piping.md_assert_0.snap rename to tests/snapshots/execution_spec__call-multiple-steps-piping.md_test_0.snap diff --git a/tests/snapshots/execution_spec__call-multiple-steps-piping.md_assert_1.snap b/tests/snapshots/execution_spec__call-multiple-steps-piping.md_test_1.snap similarity index 100% rename from tests/snapshots/execution_spec__call-multiple-steps-piping.md_assert_1.snap rename to tests/snapshots/execution_spec__call-multiple-steps-piping.md_test_1.snap diff --git a/tests/snapshots/execution_spec__call-mutation.md_assert_0.snap b/tests/snapshots/execution_spec__call-mutation.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__call-mutation.md_assert_0.snap rename to tests/snapshots/execution_spec__call-mutation.md_test_0.snap diff --git a/tests/snapshots/execution_spec__call-mutation.md_assert_1.snap b/tests/snapshots/execution_spec__call-mutation.md_test_1.snap similarity index 100% rename from tests/snapshots/execution_spec__call-mutation.md_assert_1.snap rename to tests/snapshots/execution_spec__call-mutation.md_test_1.snap diff --git a/tests/snapshots/execution_spec__call-mutation.md_assert_2.snap b/tests/snapshots/execution_spec__call-mutation.md_test_2.snap similarity index 100% rename from tests/snapshots/execution_spec__call-mutation.md_assert_2.snap rename to tests/snapshots/execution_spec__call-mutation.md_test_2.snap diff --git a/tests/snapshots/execution_spec__call-mutation.md_assert_3.snap b/tests/snapshots/execution_spec__call-mutation.md_test_3.snap similarity index 100% rename from tests/snapshots/execution_spec__call-mutation.md_assert_3.snap rename to tests/snapshots/execution_spec__call-mutation.md_test_3.snap diff --git a/tests/snapshots/execution_spec__call-mutation.md_assert_4.snap b/tests/snapshots/execution_spec__call-mutation.md_test_4.snap similarity index 100% rename from tests/snapshots/execution_spec__call-mutation.md_assert_4.snap rename to tests/snapshots/execution_spec__call-mutation.md_test_4.snap diff --git a/tests/snapshots/execution_spec__call-operator.md_assert_0.snap b/tests/snapshots/execution_spec__call-operator.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__call-operator.md_assert_0.snap rename to tests/snapshots/execution_spec__call-operator.md_test_0.snap diff --git a/tests/snapshots/execution_spec__call-operator.md_assert_1.snap b/tests/snapshots/execution_spec__call-operator.md_test_1.snap similarity index 100% rename from tests/snapshots/execution_spec__call-operator.md_assert_1.snap rename to tests/snapshots/execution_spec__call-operator.md_test_1.snap diff --git a/tests/snapshots/execution_spec__call-operator.md_assert_10.snap b/tests/snapshots/execution_spec__call-operator.md_test_10.snap similarity index 100% rename from tests/snapshots/execution_spec__call-operator.md_assert_10.snap rename to tests/snapshots/execution_spec__call-operator.md_test_10.snap diff --git a/tests/snapshots/execution_spec__call-operator.md_assert_11.snap b/tests/snapshots/execution_spec__call-operator.md_test_11.snap similarity index 100% rename from tests/snapshots/execution_spec__call-operator.md_assert_11.snap rename to tests/snapshots/execution_spec__call-operator.md_test_11.snap diff --git a/tests/snapshots/execution_spec__call-operator.md_assert_12.snap b/tests/snapshots/execution_spec__call-operator.md_test_12.snap similarity index 100% rename from tests/snapshots/execution_spec__call-operator.md_assert_12.snap rename to tests/snapshots/execution_spec__call-operator.md_test_12.snap diff --git a/tests/snapshots/execution_spec__call-operator.md_assert_2.snap b/tests/snapshots/execution_spec__call-operator.md_test_2.snap similarity index 100% rename from tests/snapshots/execution_spec__call-operator.md_assert_2.snap rename to tests/snapshots/execution_spec__call-operator.md_test_2.snap diff --git a/tests/snapshots/execution_spec__call-operator.md_assert_3.snap b/tests/snapshots/execution_spec__call-operator.md_test_3.snap similarity index 100% rename from tests/snapshots/execution_spec__call-operator.md_assert_3.snap rename to tests/snapshots/execution_spec__call-operator.md_test_3.snap diff --git a/tests/snapshots/execution_spec__call-operator.md_assert_4.snap b/tests/snapshots/execution_spec__call-operator.md_test_4.snap similarity index 100% rename from tests/snapshots/execution_spec__call-operator.md_assert_4.snap rename to tests/snapshots/execution_spec__call-operator.md_test_4.snap diff --git a/tests/snapshots/execution_spec__call-operator.md_assert_5.snap b/tests/snapshots/execution_spec__call-operator.md_test_5.snap similarity index 100% rename from tests/snapshots/execution_spec__call-operator.md_assert_5.snap rename to tests/snapshots/execution_spec__call-operator.md_test_5.snap diff --git a/tests/snapshots/execution_spec__call-operator.md_assert_6.snap b/tests/snapshots/execution_spec__call-operator.md_test_6.snap similarity index 100% rename from tests/snapshots/execution_spec__call-operator.md_assert_6.snap rename to tests/snapshots/execution_spec__call-operator.md_test_6.snap diff --git a/tests/snapshots/execution_spec__call-operator.md_assert_7.snap b/tests/snapshots/execution_spec__call-operator.md_test_7.snap similarity index 100% rename from tests/snapshots/execution_spec__call-operator.md_assert_7.snap rename to tests/snapshots/execution_spec__call-operator.md_test_7.snap diff --git a/tests/snapshots/execution_spec__call-operator.md_assert_8.snap b/tests/snapshots/execution_spec__call-operator.md_test_8.snap similarity index 100% rename from tests/snapshots/execution_spec__call-operator.md_assert_8.snap rename to tests/snapshots/execution_spec__call-operator.md_test_8.snap diff --git a/tests/snapshots/execution_spec__call-operator.md_assert_9.snap b/tests/snapshots/execution_spec__call-operator.md_test_9.snap similarity index 100% rename from tests/snapshots/execution_spec__call-operator.md_assert_9.snap rename to tests/snapshots/execution_spec__call-operator.md_test_9.snap diff --git a/tests/snapshots/execution_spec__cors-allow-cred-false.md_assert_0.snap b/tests/snapshots/execution_spec__cors-allow-cred-false.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__cors-allow-cred-false.md_assert_0.snap rename to tests/snapshots/execution_spec__cors-allow-cred-false.md_test_0.snap diff --git a/tests/snapshots/execution_spec__cors-allow-cred-true.md_assert_0.snap b/tests/snapshots/execution_spec__cors-allow-cred-true.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__cors-allow-cred-true.md_assert_0.snap rename to tests/snapshots/execution_spec__cors-allow-cred-true.md_test_0.snap diff --git a/tests/snapshots/execution_spec__cors-allow-cred-vary.md_assert_0.snap b/tests/snapshots/execution_spec__cors-allow-cred-vary.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__cors-allow-cred-vary.md_assert_0.snap rename to tests/snapshots/execution_spec__cors-allow-cred-vary.md_test_0.snap diff --git a/tests/snapshots/execution_spec__custom-headers.md_assert_0.snap b/tests/snapshots/execution_spec__custom-headers.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__custom-headers.md_assert_0.snap rename to tests/snapshots/execution_spec__custom-headers.md_test_0.snap diff --git a/tests/snapshots/execution_spec__env-value.md_assert_0.snap b/tests/snapshots/execution_spec__env-value.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__env-value.md_assert_0.snap rename to tests/snapshots/execution_spec__env-value.md_test_0.snap diff --git a/tests/snapshots/execution_spec__experimental-headers.md_assert_0.snap b/tests/snapshots/execution_spec__experimental-headers.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__experimental-headers.md_assert_0.snap rename to tests/snapshots/execution_spec__experimental-headers.md_test_0.snap diff --git a/tests/snapshots/execution_spec__graphql-dataloader-batch-request.md_assert_0.snap b/tests/snapshots/execution_spec__graphql-dataloader-batch-request.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__graphql-dataloader-batch-request.md_assert_0.snap rename to tests/snapshots/execution_spec__graphql-dataloader-batch-request.md_test_0.snap diff --git a/tests/snapshots/execution_spec__graphql-dataloader-no-batch-request.md_assert_0.snap b/tests/snapshots/execution_spec__graphql-dataloader-no-batch-request.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__graphql-dataloader-no-batch-request.md_assert_0.snap rename to tests/snapshots/execution_spec__graphql-dataloader-no-batch-request.md_test_0.snap diff --git a/tests/snapshots/execution_spec__graphql-datasource-errors.md_assert_0.snap b/tests/snapshots/execution_spec__graphql-datasource-errors.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__graphql-datasource-errors.md_assert_0.snap rename to tests/snapshots/execution_spec__graphql-datasource-errors.md_test_0.snap diff --git a/tests/snapshots/execution_spec__graphql-datasource-errors.md_assert_1.snap b/tests/snapshots/execution_spec__graphql-datasource-errors.md_test_1.snap similarity index 100% rename from tests/snapshots/execution_spec__graphql-datasource-errors.md_assert_1.snap rename to tests/snapshots/execution_spec__graphql-datasource-errors.md_test_1.snap diff --git a/tests/snapshots/execution_spec__graphql-datasource-mutation.md_assert_0.snap b/tests/snapshots/execution_spec__graphql-datasource-mutation.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__graphql-datasource-mutation.md_assert_0.snap rename to tests/snapshots/execution_spec__graphql-datasource-mutation.md_test_0.snap diff --git a/tests/snapshots/execution_spec__graphql-datasource-no-args.md_assert_0.snap b/tests/snapshots/execution_spec__graphql-datasource-no-args.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__graphql-datasource-no-args.md_assert_0.snap rename to tests/snapshots/execution_spec__graphql-datasource-no-args.md_test_0.snap diff --git a/tests/snapshots/execution_spec__graphql-datasource-with-args.md_assert_0.snap b/tests/snapshots/execution_spec__graphql-datasource-with-args.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__graphql-datasource-with-args.md_assert_0.snap rename to tests/snapshots/execution_spec__graphql-datasource-with-args.md_test_0.snap diff --git a/tests/snapshots/execution_spec__graphql-datasource-with-args.md_assert_1.snap b/tests/snapshots/execution_spec__graphql-datasource-with-args.md_test_1.snap similarity index 100% rename from tests/snapshots/execution_spec__graphql-datasource-with-args.md_assert_1.snap rename to tests/snapshots/execution_spec__graphql-datasource-with-args.md_test_1.snap diff --git a/tests/snapshots/execution_spec__grpc-batch.md_assert_0.snap b/tests/snapshots/execution_spec__grpc-batch.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__grpc-batch.md_assert_0.snap rename to tests/snapshots/execution_spec__grpc-batch.md_test_0.snap diff --git a/tests/snapshots/execution_spec__grpc-error.md_assert_0.snap b/tests/snapshots/execution_spec__grpc-error.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__grpc-error.md_assert_0.snap rename to tests/snapshots/execution_spec__grpc-error.md_test_0.snap diff --git a/tests/snapshots/execution_spec__grpc-override-url-from-upstream.md_assert_0.snap b/tests/snapshots/execution_spec__grpc-override-url-from-upstream.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__grpc-override-url-from-upstream.md_assert_0.snap rename to tests/snapshots/execution_spec__grpc-override-url-from-upstream.md_test_0.snap diff --git a/tests/snapshots/execution_spec__grpc-proto-with-same-package.md_assert_0.snap b/tests/snapshots/execution_spec__grpc-proto-with-same-package.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__grpc-proto-with-same-package.md_assert_0.snap rename to tests/snapshots/execution_spec__grpc-proto-with-same-package.md_test_0.snap diff --git a/tests/snapshots/execution_spec__grpc-simple.md_assert_0.snap b/tests/snapshots/execution_spec__grpc-simple.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__grpc-simple.md_assert_0.snap rename to tests/snapshots/execution_spec__grpc-simple.md_test_0.snap diff --git a/tests/snapshots/execution_spec__grpc-url-from-upstream.md_assert_0.snap b/tests/snapshots/execution_spec__grpc-url-from-upstream.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__grpc-url-from-upstream.md_assert_0.snap rename to tests/snapshots/execution_spec__grpc-url-from-upstream.md_test_0.snap diff --git a/tests/snapshots/execution_spec__https.md_assert_0.snap b/tests/snapshots/execution_spec__https.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__https.md_assert_0.snap rename to tests/snapshots/execution_spec__https.md_test_0.snap diff --git a/tests/snapshots/execution_spec__inline-field.md_assert_0.snap b/tests/snapshots/execution_spec__inline-field.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__inline-field.md_assert_0.snap rename to tests/snapshots/execution_spec__inline-field.md_test_0.snap diff --git a/tests/snapshots/execution_spec__inline-index-list.md_assert_0.snap b/tests/snapshots/execution_spec__inline-index-list.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__inline-index-list.md_assert_0.snap rename to tests/snapshots/execution_spec__inline-index-list.md_test_0.snap diff --git a/tests/snapshots/execution_spec__io-cache.md_assert_0.snap b/tests/snapshots/execution_spec__io-cache.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__io-cache.md_assert_0.snap rename to tests/snapshots/execution_spec__io-cache.md_test_0.snap diff --git a/tests/snapshots/execution_spec__jsonplaceholder-call-post.md_assert_0.snap b/tests/snapshots/execution_spec__jsonplaceholder-call-post.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__jsonplaceholder-call-post.md_assert_0.snap rename to tests/snapshots/execution_spec__jsonplaceholder-call-post.md_test_0.snap diff --git a/tests/snapshots/execution_spec__modified-field.md_assert_0.snap b/tests/snapshots/execution_spec__modified-field.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__modified-field.md_assert_0.snap rename to tests/snapshots/execution_spec__modified-field.md_test_0.snap diff --git a/tests/snapshots/execution_spec__mutation-put.md_assert_0.snap b/tests/snapshots/execution_spec__mutation-put.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__mutation-put.md_assert_0.snap rename to tests/snapshots/execution_spec__mutation-put.md_test_0.snap diff --git a/tests/snapshots/execution_spec__mutation.md_assert_0.snap b/tests/snapshots/execution_spec__mutation.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__mutation.md_assert_0.snap rename to tests/snapshots/execution_spec__mutation.md_test_0.snap diff --git a/tests/snapshots/execution_spec__n-plus-one-list.md_assert_0.snap b/tests/snapshots/execution_spec__n-plus-one-list.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__n-plus-one-list.md_assert_0.snap rename to tests/snapshots/execution_spec__n-plus-one-list.md_test_0.snap diff --git a/tests/snapshots/execution_spec__n-plus-one.md_assert_0.snap b/tests/snapshots/execution_spec__n-plus-one.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__n-plus-one.md_assert_0.snap rename to tests/snapshots/execution_spec__n-plus-one.md_test_0.snap diff --git a/tests/snapshots/execution_spec__nested-objects.md_assert_0.snap b/tests/snapshots/execution_spec__nested-objects.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__nested-objects.md_assert_0.snap rename to tests/snapshots/execution_spec__nested-objects.md_test_0.snap diff --git a/tests/snapshots/execution_spec__nesting-level3.md_assert_0.snap b/tests/snapshots/execution_spec__nesting-level3.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__nesting-level3.md_assert_0.snap rename to tests/snapshots/execution_spec__nesting-level3.md_test_0.snap diff --git a/tests/snapshots/execution_spec__nullable-arg-query.md_assert_0.snap b/tests/snapshots/execution_spec__nullable-arg-query.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__nullable-arg-query.md_assert_0.snap rename to tests/snapshots/execution_spec__nullable-arg-query.md_test_0.snap diff --git a/tests/snapshots/execution_spec__nullable-arg-query.md_assert_1.snap b/tests/snapshots/execution_spec__nullable-arg-query.md_test_1.snap similarity index 100% rename from tests/snapshots/execution_spec__nullable-arg-query.md_assert_1.snap rename to tests/snapshots/execution_spec__nullable-arg-query.md_test_1.snap diff --git a/tests/snapshots/execution_spec__omit-index-list.md_assert_0.snap b/tests/snapshots/execution_spec__omit-index-list.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__omit-index-list.md_assert_0.snap rename to tests/snapshots/execution_spec__omit-index-list.md_test_0.snap diff --git a/tests/snapshots/execution_spec__omit-resolved-by-parent.md_assert_0.snap b/tests/snapshots/execution_spec__omit-resolved-by-parent.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__omit-resolved-by-parent.md_assert_0.snap rename to tests/snapshots/execution_spec__omit-resolved-by-parent.md_test_0.snap diff --git a/tests/snapshots/execution_spec__recursive-type-json.md_assert_0.snap b/tests/snapshots/execution_spec__recursive-type-json.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__recursive-type-json.md_assert_0.snap rename to tests/snapshots/execution_spec__recursive-type-json.md_test_0.snap diff --git a/tests/snapshots/execution_spec__recursive-types.md_assert_0.snap b/tests/snapshots/execution_spec__recursive-types.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__recursive-types.md_assert_0.snap rename to tests/snapshots/execution_spec__recursive-types.md_test_0.snap diff --git a/tests/snapshots/execution_spec__ref-other-nested.md_assert_0.snap b/tests/snapshots/execution_spec__ref-other-nested.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__ref-other-nested.md_assert_0.snap rename to tests/snapshots/execution_spec__ref-other-nested.md_test_0.snap diff --git a/tests/snapshots/execution_spec__ref-other.md_assert_0.snap b/tests/snapshots/execution_spec__ref-other.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__ref-other.md_assert_0.snap rename to tests/snapshots/execution_spec__ref-other.md_test_0.snap diff --git a/tests/snapshots/execution_spec__rename-field.md_assert_0.snap b/tests/snapshots/execution_spec__rename-field.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__rename-field.md_assert_0.snap rename to tests/snapshots/execution_spec__rename-field.md_test_0.snap diff --git a/tests/snapshots/execution_spec__rename-field.md_assert_1.snap b/tests/snapshots/execution_spec__rename-field.md_test_1.snap similarity index 100% rename from tests/snapshots/execution_spec__rename-field.md_assert_1.snap rename to tests/snapshots/execution_spec__rename-field.md_test_1.snap diff --git a/tests/snapshots/execution_spec__request-to-upstream-batching.md_assert_0.snap b/tests/snapshots/execution_spec__request-to-upstream-batching.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__request-to-upstream-batching.md_assert_0.snap rename to tests/snapshots/execution_spec__request-to-upstream-batching.md_test_0.snap diff --git a/tests/snapshots/execution_spec__resolve-with-headers.md_assert_0.snap b/tests/snapshots/execution_spec__resolve-with-headers.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__resolve-with-headers.md_assert_0.snap rename to tests/snapshots/execution_spec__resolve-with-headers.md_test_0.snap diff --git a/tests/snapshots/execution_spec__resolve-with-vars.md_assert_0.snap b/tests/snapshots/execution_spec__resolve-with-vars.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__resolve-with-vars.md_assert_0.snap rename to tests/snapshots/execution_spec__resolve-with-vars.md_test_0.snap diff --git a/tests/snapshots/execution_spec__resolved-by-parent.md_assert_0.snap b/tests/snapshots/execution_spec__resolved-by-parent.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__resolved-by-parent.md_assert_0.snap rename to tests/snapshots/execution_spec__resolved-by-parent.md_test_0.snap diff --git a/tests/snapshots/execution_spec__rest-api-error.md_assert_0.snap b/tests/snapshots/execution_spec__rest-api-error.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__rest-api-error.md_assert_0.snap rename to tests/snapshots/execution_spec__rest-api-error.md_test_0.snap diff --git a/tests/snapshots/execution_spec__rest-api-post.md_assert_0.snap b/tests/snapshots/execution_spec__rest-api-post.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__rest-api-post.md_assert_0.snap rename to tests/snapshots/execution_spec__rest-api-post.md_test_0.snap diff --git a/tests/snapshots/execution_spec__rest-api.md_assert_0.snap b/tests/snapshots/execution_spec__rest-api.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__rest-api.md_assert_0.snap rename to tests/snapshots/execution_spec__rest-api.md_test_0.snap diff --git a/tests/snapshots/execution_spec__showcase.md_assert_0.snap b/tests/snapshots/execution_spec__showcase.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__showcase.md_assert_0.snap rename to tests/snapshots/execution_spec__showcase.md_test_0.snap diff --git a/tests/snapshots/execution_spec__showcase.md_assert_1.snap b/tests/snapshots/execution_spec__showcase.md_test_1.snap similarity index 100% rename from tests/snapshots/execution_spec__showcase.md_assert_1.snap rename to tests/snapshots/execution_spec__showcase.md_test_1.snap diff --git a/tests/snapshots/execution_spec__showcase.md_assert_2.snap b/tests/snapshots/execution_spec__showcase.md_test_2.snap similarity index 100% rename from tests/snapshots/execution_spec__showcase.md_assert_2.snap rename to tests/snapshots/execution_spec__showcase.md_test_2.snap diff --git a/tests/snapshots/execution_spec__showcase.md_assert_3.snap b/tests/snapshots/execution_spec__showcase.md_test_3.snap similarity index 100% rename from tests/snapshots/execution_spec__showcase.md_assert_3.snap rename to tests/snapshots/execution_spec__showcase.md_test_3.snap diff --git a/tests/snapshots/execution_spec__showcase.md_assert_4.snap b/tests/snapshots/execution_spec__showcase.md_test_4.snap similarity index 100% rename from tests/snapshots/execution_spec__showcase.md_assert_4.snap rename to tests/snapshots/execution_spec__showcase.md_test_4.snap diff --git a/tests/snapshots/execution_spec__simple-graphql.md_assert_0.snap b/tests/snapshots/execution_spec__simple-graphql.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__simple-graphql.md_assert_0.snap rename to tests/snapshots/execution_spec__simple-graphql.md_test_0.snap diff --git a/tests/snapshots/execution_spec__simple-graphql.md_assert_1.snap b/tests/snapshots/execution_spec__simple-graphql.md_test_1.snap similarity index 100% rename from tests/snapshots/execution_spec__simple-graphql.md_assert_1.snap rename to tests/snapshots/execution_spec__simple-graphql.md_test_1.snap diff --git a/tests/snapshots/execution_spec__simple-query.md_assert_0.snap b/tests/snapshots/execution_spec__simple-query.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__simple-query.md_assert_0.snap rename to tests/snapshots/execution_spec__simple-query.md_test_0.snap diff --git a/tests/snapshots/execution_spec__test-enum-default.md_assert_0.snap b/tests/snapshots/execution_spec__test-enum-default.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__test-enum-default.md_assert_0.snap rename to tests/snapshots/execution_spec__test-enum-default.md_test_0.snap diff --git a/tests/snapshots/execution_spec__test-enum.md_assert_0.snap b/tests/snapshots/execution_spec__test-enum.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__test-enum.md_assert_0.snap rename to tests/snapshots/execution_spec__test-enum.md_test_0.snap diff --git a/tests/snapshots/execution_spec__test-enum.md_assert_1.snap b/tests/snapshots/execution_spec__test-enum.md_test_1.snap similarity index 100% rename from tests/snapshots/execution_spec__test-enum.md_assert_1.snap rename to tests/snapshots/execution_spec__test-enum.md_test_1.snap diff --git a/tests/snapshots/execution_spec__test-enum.md_assert_2.snap b/tests/snapshots/execution_spec__test-enum.md_test_2.snap similarity index 100% rename from tests/snapshots/execution_spec__test-enum.md_assert_2.snap rename to tests/snapshots/execution_spec__test-enum.md_test_2.snap diff --git a/tests/snapshots/execution_spec__test-expr-with-mustache.md_assert_0.snap b/tests/snapshots/execution_spec__test-expr-with-mustache.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__test-expr-with-mustache.md_assert_0.snap rename to tests/snapshots/execution_spec__test-expr-with-mustache.md_test_0.snap diff --git a/tests/snapshots/execution_spec__test-http-with-mustache-expr.md_assert_0.snap b/tests/snapshots/execution_spec__test-http-with-mustache-expr.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__test-http-with-mustache-expr.md_assert_0.snap rename to tests/snapshots/execution_spec__test-http-with-mustache-expr.md_test_0.snap diff --git a/tests/snapshots/execution_spec__test-js-request-reponse.md_assert_0.snap b/tests/snapshots/execution_spec__test-js-request-reponse.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__test-js-request-reponse.md_assert_0.snap rename to tests/snapshots/execution_spec__test-js-request-reponse.md_test_0.snap diff --git a/tests/snapshots/execution_spec__test-params-as-body.md_assert_0.snap b/tests/snapshots/execution_spec__test-params-as-body.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__test-params-as-body.md_assert_0.snap rename to tests/snapshots/execution_spec__test-params-as-body.md_test_0.snap diff --git a/tests/snapshots/execution_spec__test-scalars.md_assert_0.snap b/tests/snapshots/execution_spec__test-scalars.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__test-scalars.md_assert_0.snap rename to tests/snapshots/execution_spec__test-scalars.md_test_0.snap diff --git a/tests/snapshots/execution_spec__test-scalars.md_assert_1.snap b/tests/snapshots/execution_spec__test-scalars.md_test_1.snap similarity index 100% rename from tests/snapshots/execution_spec__test-scalars.md_assert_1.snap rename to tests/snapshots/execution_spec__test-scalars.md_test_1.snap diff --git a/tests/snapshots/execution_spec__test-scalars.md_assert_2.snap b/tests/snapshots/execution_spec__test-scalars.md_test_2.snap similarity index 100% rename from tests/snapshots/execution_spec__test-scalars.md_assert_2.snap rename to tests/snapshots/execution_spec__test-scalars.md_test_2.snap diff --git a/tests/snapshots/execution_spec__test-scalars.md_assert_3.snap b/tests/snapshots/execution_spec__test-scalars.md_test_3.snap similarity index 100% rename from tests/snapshots/execution_spec__test-scalars.md_assert_3.snap rename to tests/snapshots/execution_spec__test-scalars.md_test_3.snap diff --git a/tests/snapshots/execution_spec__test-scalars.md_assert_4.snap b/tests/snapshots/execution_spec__test-scalars.md_test_4.snap similarity index 100% rename from tests/snapshots/execution_spec__test-scalars.md_assert_4.snap rename to tests/snapshots/execution_spec__test-scalars.md_test_4.snap diff --git a/tests/snapshots/execution_spec__test-scalars.md_assert_5.snap b/tests/snapshots/execution_spec__test-scalars.md_test_5.snap similarity index 100% rename from tests/snapshots/execution_spec__test-scalars.md_assert_5.snap rename to tests/snapshots/execution_spec__test-scalars.md_test_5.snap diff --git a/tests/snapshots/execution_spec__test-scalars.md_assert_6.snap b/tests/snapshots/execution_spec__test-scalars.md_test_6.snap similarity index 100% rename from tests/snapshots/execution_spec__test-scalars.md_assert_6.snap rename to tests/snapshots/execution_spec__test-scalars.md_test_6.snap diff --git a/tests/snapshots/execution_spec__test-scalars.md_assert_7.snap b/tests/snapshots/execution_spec__test-scalars.md_test_7.snap similarity index 100% rename from tests/snapshots/execution_spec__test-scalars.md_assert_7.snap rename to tests/snapshots/execution_spec__test-scalars.md_test_7.snap diff --git a/tests/snapshots/execution_spec__test-scalars.md_assert_8.snap b/tests/snapshots/execution_spec__test-scalars.md_test_8.snap similarity index 100% rename from tests/snapshots/execution_spec__test-scalars.md_assert_8.snap rename to tests/snapshots/execution_spec__test-scalars.md_test_8.snap diff --git a/tests/snapshots/execution_spec__test-set-cookie-headers.md_assert_0.snap b/tests/snapshots/execution_spec__test-set-cookie-headers.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__test-set-cookie-headers.md_assert_0.snap rename to tests/snapshots/execution_spec__test-set-cookie-headers.md_test_0.snap diff --git a/tests/snapshots/execution_spec__test-static-value.md_assert_0.snap b/tests/snapshots/execution_spec__test-static-value.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__test-static-value.md_assert_0.snap rename to tests/snapshots/execution_spec__test-static-value.md_test_0.snap diff --git a/tests/snapshots/execution_spec__test-upstream-headers.md_assert_0.snap b/tests/snapshots/execution_spec__test-upstream-headers.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__test-upstream-headers.md_assert_0.snap rename to tests/snapshots/execution_spec__test-upstream-headers.md_test_0.snap diff --git a/tests/snapshots/execution_spec__upstream-batching.md_assert_0.snap b/tests/snapshots/execution_spec__upstream-batching.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__upstream-batching.md_assert_0.snap rename to tests/snapshots/execution_spec__upstream-batching.md_test_0.snap diff --git a/tests/snapshots/execution_spec__upstream-fail-request.md_assert_0.snap b/tests/snapshots/execution_spec__upstream-fail-request.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__upstream-fail-request.md_assert_0.snap rename to tests/snapshots/execution_spec__upstream-fail-request.md_test_0.snap diff --git a/tests/snapshots/execution_spec__with-args-url.md_assert_0.snap b/tests/snapshots/execution_spec__with-args-url.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__with-args-url.md_assert_0.snap rename to tests/snapshots/execution_spec__with-args-url.md_test_0.snap diff --git a/tests/snapshots/execution_spec__with-args.md_assert_0.snap b/tests/snapshots/execution_spec__with-args.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__with-args.md_assert_0.snap rename to tests/snapshots/execution_spec__with-args.md_test_0.snap diff --git a/tests/snapshots/execution_spec__with-nesting.md_assert_0.snap b/tests/snapshots/execution_spec__with-nesting.md_test_0.snap similarity index 100% rename from tests/snapshots/execution_spec__with-nesting.md_assert_0.snap rename to tests/snapshots/execution_spec__with-nesting.md_test_0.snap