Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ **Testing - Schemas / Query** ✨ #18

Open
3 of 8 tasks
mugan86 opened this issue Nov 21, 2021 · 1 comment
Open
3 of 8 tasks

✨ **Testing - Schemas / Query** ✨ #18

mugan86 opened this issue Nov 21, 2021 · 1 comment
Assignees
Labels
feature New feature or request

Comments

@mugan86
Copy link
Owner

mugan86 commented Nov 21, 2021

En este apartado realizaremos el testing de todas las definiciones del proyecto con Query.

  • user.graphql
  • tag.graphql
  • shop-product.graphql
  • genre.graphql
  • dashboard.graphql
  • stripe / card.graphql
  • stripe / charge.graphql
  • stripe / customer.graphql
@mugan86 mugan86 created this issue from a note in Gamezonia - Funcionalidades - Testing (In progress) Nov 21, 2021
@mugan86 mugan86 self-assigned this Nov 21, 2021
@mugan86 mugan86 added the feature New feature or request label Nov 21, 2021
@mugan86
Copy link
Owner Author

mugan86 commented Nov 21, 2021

Por el momento:

Test Schema GraphQL - Query - user.graphql
✔ 'users' válida - Sin usar Query Variables
✔ 'users' válida - Usando Query Variables - Paginación - Página
✔ 'users' válida - Usando Query Variables - Paginación - Página, Items Página, Activo
✔ 'users' inválida
✔ 'users' inválida - Usando Query Variables - Pasando argumento active incorrecto
✔ 'login' válida
✔ 'login' inválida - Sin Password en Query Variables
✔ 'login' inválida - Sin Email, Password en Query Variables
✔ 'login' inválida - Sin Email, Password en Argumentos de la operación
✔ 'me' válida
✔ 'me' inválida - Añadiendo 'token' en vez de 'user'

Test Schema GraphQL - Query - tag.graphql
✔ 'tags' válida - Sin usar Query Variables
✔ 'tags' válida - Usando Query Variables - Paginación - Página
✔ 'tags' válida - Usando Query Variables - Paginación - Página, Items Página, Activo
✔ 'tags' inválida
✔ 'tags' inválida - Usando Query Variables - Pasando argumento active incorrecto
✔ 'tag' válida - Seleccionado elemento con id
✔ 'tag' inválida - Seleccionado elemento con id - No recoger el valor en definición
✔ 'tag' inválida - Seleccionado elemento con id - Sin pasar valor Query Variable
✔ 'tag' inválida - Sin usar Query Variables

Test Schema GraphQL - Query - shop-product.graphql
✔ 'shopProducts' válida - Sin usar Query Variables
✔ 'shopProducts' válida - Usando Query Variables - Paginación - Página
✔ 'shoProducts' válida - Usando Query Variables - Paginación - Página, Items Página, Activo
✔ 'shopProducts' inválida
✔ 'shopProducts' inválida - Usando Query Variables - Pasando argumento active incorrecto
✔ 'shopProductsPlatforms' válida . Solo Query Variables obligatorias
✔ 'shopProductsPlatforms' válida - Usando Query Variables - Paginación - Página
✔ 'shopProductsPlatforms' válida - Usando Query Variables - Paginación - Página, Items Página, Activo
✔ 'shopProductsPlatforms' inválida
✔ 'shopProductsPlatforms' inválida - Usando Query Variables - Pasando argumento active incorrecto
✔ 'shopProductDetails' válida - Seleccionado elemento con id
✔ 'shopProductDetails' inválida - Seleccionado elemento con id - No recoger el valor en definición
✔ 'shopProductDetails' inválida - Seleccionado elemento con id - Sin pasar valor Query Variable
✔ 'shopProductDetails' inválida - Sin usar Query Variables

34 passing (130ms)

@mugan86 mugan86 pinned this issue Nov 21, 2021
@mugan86 mugan86 changed the title ✨ **Testting - Schemas / Query** ✨ ✨ **Testing - Schemas / Query** ✨ Nov 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Development

No branches or pull requests

1 participant