Browse Source

chore(github-action): enable graphql test mode

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/693/head
Pranav C 3 years ago
parent
commit
2dae93ffbd
  1. 2
      cypress.json

2
cypress.json

@ -13,7 +13,7 @@
"screenshotOnRunFailure": false,
"numTestsKeptInMemory": 0,
"env": {
"testMode": "extREST"
"testMode": "extREST,extGQL"
},
"supportedOptionsForTestModes": [
"extGQL",

Loading…
Cancel
Save