Skip to main content
Version: 1.0.0-beta.10

CheckGroup

API reference

Implements Node

id: ID!

A unique identifier for this CheckGroup.

list: [Check!]!

Return a list of individual checks and their details

report: File!

Generate a markdown report

run(failFast: Boolean): CheckGroup!

Execute all selected checks

failFast: Boolean

If true, stop running checks as soon as any check fails.

References

Returned by