From 2dae93ffbd2b9e19c8a1707146a8e943a34fcc84 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Fri, 22 Oct 2021 18:27:05 +0530 Subject: [PATCH] chore(github-action): enable graphql test mode Signed-off-by: Pranav C --- cypress.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 7f7f4df29b..2a9f917968 100644 --- a/cypress.json +++ b/cypress.json @@ -13,7 +13,7 @@ "screenshotOnRunFailure": false, "numTestsKeptInMemory": 0, "env": { - "testMode": "extREST" + "testMode": "extREST,extGQL" }, "supportedOptionsForTestModes": [ "extGQL",