From 0ace14411bf58653085aeea3dc734f0ebd92b95e Mon Sep 17 00:00:00 2001 From: helenanull Date: Mon, 30 Jan 2023 20:39:15 +0200 Subject: [PATCH] update config --- cypress.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cypress.config.js b/cypress.config.js index fa53c22..085788e 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -3,9 +3,8 @@ const { defineConfig } = require('cypress') module.exports = defineConfig({ - numTestsKeptInMemory: 25, + numTestsKeptInMemory: 15, defaultCommandTimeout: 15000, - experimentalFetchPolyfill: true, env: { apiUrl: 'https://api.realworld.io/api', oldApiUrl: 'https://conduit.productionready.io/api',