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, "screenshotOnRunFailure": false,
"numTestsKeptInMemory": 0, "numTestsKeptInMemory": 0,
"env": { "env": {
"testMode": "extREST" "testMode": "extREST,extGQL"
}, },
"supportedOptionsForTestModes": [ "supportedOptionsForTestModes": [
"extGQL", "extGQL",

Loading…
Cancel
Save