|
|
@ -3,9 +3,8 @@
|
|
|
|
const { defineConfig } = require('cypress')
|
|
|
|
const { defineConfig } = require('cypress')
|
|
|
|
|
|
|
|
|
|
|
|
module.exports = defineConfig({
|
|
|
|
module.exports = defineConfig({
|
|
|
|
numTestsKeptInMemory: 25,
|
|
|
|
numTestsKeptInMemory: 15,
|
|
|
|
defaultCommandTimeout: 15000,
|
|
|
|
defaultCommandTimeout: 15000,
|
|
|
|
experimentalFetchPolyfill: true,
|
|
|
|
|
|
|
|
env: {
|
|
|
|
env: {
|
|
|
|
apiUrl: 'https://api.realworld.io/api',
|
|
|
|
apiUrl: 'https://api.realworld.io/api',
|
|
|
|
oldApiUrl: 'https://conduit.productionready.io/api',
|
|
|
|
oldApiUrl: 'https://conduit.productionready.io/api',
|
|
|
|