Skip to content

Latest commit

 

History

History
 
 

hasura

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Hasura

Reproducing conformance tests

  1. Install Hasura CLI

  2. Login/signup with hasura

$ hasura login
  1. Create a free Hasura cluster
$ hasura cluster create --type=vps
# this will add a kubectl context to the system with same name as that of the cluster
  1. Launch the tests
$ kubectl --context=[cluster-name] apply -f sonobuoy-conformance.yaml

(using a custom yaml file with RBAC disabled)