Skip to content

how make sure that the load test mutation were executed?  #8

Description

@AugustoCalaca

I have the withMutations config as true and the mutation on the args but on logs don't show anything about mutation test just Query file: /<path>/easygraphql-load-tester-queries.json, log file (nothing about mutation) and Full report run: "npx artillery report /home/augusto/enfase/stitches/20210222150221.json" (nothing about mutation as well)

{
  "config": {
    "url": "http://localhost:8080/graphql",
    "selectedQueries": ["viewer"],
    "queryFile": true,
    "withMutations": true,
    "withOutput": true,
    "headers": {
      "Authorization": "Bearer <token>"
    }
  },
  "args": {
    "viewer": {
      "name": "Awesome name"
    },
    "createNotification": {
      "input": {
        "message": "test messsage"
      }
    }
  }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions