Skip to content

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

@AugustoCalaca

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"
      }
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions