@@ -153,3 +153,81 @@ exports['src/index .getPublicConfigKeys returns list of public config keys 1'] =
153153 "modifyObstructiveCode" ,
154154 "specPattern"
155155]
156+
157+ exports [ 'src/index .getDefaultValues returns list of public config keys for selected testing type 1' ] = {
158+ "animationDistanceThreshold" : 5 ,
159+ "baseUrl" : null ,
160+ "blockHosts" : null ,
161+ "chromeWebSecurity" : true ,
162+ "clientCertificates" : [ ] ,
163+ "component" : {
164+ "specPattern" : "**/*.cy.{js,jsx,ts,tsx}" ,
165+ "indexHtmlFile" : "cypress/support/component-index.html"
166+ } ,
167+ "defaultCommandTimeout" : 4000 ,
168+ "downloadsFolder" : "cypress/downloads" ,
169+ "e2e" : {
170+ "specPattern" : "cypress/e2e/**/*.cy.{js,jsx,ts,tsx}"
171+ } ,
172+ "env" : { } ,
173+ "execTimeout" : 60000 ,
174+ "experimentalFetchPolyfill" : false ,
175+ "experimentalInteractiveRunEvents" : false ,
176+ "experimentalSessionSupport" : false ,
177+ "experimentalSourceRewriting" : false ,
178+ "fileServerFolder" : "" ,
179+ "fixturesFolder" : "cypress/fixtures" ,
180+ "excludeSpecPattern" : "*.hot-update.js" ,
181+ "includeShadowDom" : false ,
182+ "keystrokeDelay" : 0 ,
183+ "modifyObstructiveCode" : true ,
184+ "numTestsKeptInMemory" : 50 ,
185+ "pageLoadTimeout" : 60000 ,
186+ "port" : null ,
187+ "projectId" : null ,
188+ "redirectionLimit" : 20 ,
189+ "reporter" : "spec" ,
190+ "reporterOptions" : null ,
191+ "requestTimeout" : 5000 ,
192+ "resolvedNodePath" : null ,
193+ "resolvedNodeVersion" : null ,
194+ "responseTimeout" : 30000 ,
195+ "retries" : {
196+ "runMode" : 0 ,
197+ "openMode" : 0
198+ } ,
199+ "screenshotOnRunFailure" : true ,
200+ "screenshotsFolder" : "cypress/screenshots" ,
201+ "slowTestThreshold" : 10000 ,
202+ "scrollBehavior" : "top" ,
203+ "supportFile" : "cypress/support/e2e.{js,jsx,ts,tsx}" ,
204+ "supportFolder" : false ,
205+ "taskTimeout" : 60000 ,
206+ "trashAssetsBeforeRuns" : true ,
207+ "userAgent" : null ,
208+ "video" : true ,
209+ "videoCompression" : 32 ,
210+ "videosFolder" : "cypress/videos" ,
211+ "videoUploadOnPasses" : true ,
212+ "viewportHeight" : 660 ,
213+ "viewportWidth" : 1000 ,
214+ "waitForAnimations" : true ,
215+ "watchForFileChanges" : true ,
216+ "autoOpen" : false ,
217+ "browsers" : [ ] ,
218+ "clientRoute" : "/__/" ,
219+ "configFile" : "cypress.config.js" ,
220+ "cypressBinaryRoot" : "/root/cypress" ,
221+ "devServerPublicPathRoute" : "/__cypress/src" ,
222+ "hosts" : null ,
223+ "isInteractive" : true ,
224+ "isTextTerminal" : false ,
225+ "morgan" : true ,
226+ "namespace" : "__cypress" ,
227+ "reporterRoute" : "/__cypress/reporter" ,
228+ "socketId" : null ,
229+ "socketIoCookie" : "__socket" ,
230+ "socketIoRoute" : "/__socket" ,
231+ "xhrRoute" : "/xhrs/" ,
232+ "specPattern" : "cypress/e2e/**/*.cy.{js,jsx,ts,tsx}"
233+ }
0 commit comments