@@ -2624,51 +2624,54 @@ declare namespace Cypress {
26242624 */
26252625 blockHosts : null | string | string [ ]
26262626 /**
2627- * The browser Cypress is runnong on.
2627+ * The browser Cypress is running on.
26282628 */
26292629 browser : Browser
26302630 /**
2631- * The browsers Cypress can use .
2631+ * Available browsers found on your system .
26322632 */
26332633 browsers : Browser [ ]
26342634 /**
26352635 * Path to folder containing component test files.
26362636 */
26372637 componentFolder : string
26382638 /**
2639- * Enables component testing.
2639+ * Whether component testing is enabled .
26402640 */
26412641 experimentalComponentTesting : boolean
2642- /**
2643- * Enables polyfill fetch.
2644- */
2645- experimentalFetchPolyfill : boolean
26462642 /**
26472643 * ???
26482644 */
26492645 hosts : null | string [ ]
26502646 /**
2651- * With this option enabled - Cypress will search through the response streams
2652- * coming from your server on .html and .js files
2653- * and replace code that matches some patterns.
2647+ * Whether Cypress was launched via 'cypress open' (interactive mode)
2648+ */
2649+ isInteractive : boolean
2650+ /**
2651+ * Whether Cypress will search for and replace
2652+ * obstructive JS code in .js or .html files.
26542653 *
2655- * @see https://docs .cypress.io/guides/references/ configuration.html #modifyObstructiveCode
2654+ * @see https://on .cypress.io/configuration#modifyObstructiveCode
26562655 */
26572656 modifyObstructiveCode : boolean
26582657 /**
2659- * ???
2658+ * The platform Cypress is running on.
2659+ */
2660+ platform : 'linux' | 'darwin' | 'win32'
2661+ /**
2662+ * A unique ID for the project used for recording
26602663 */
26612664 projectId : null | string
26622665 /**
2663- * The path to the support folder
2666+ * Path to the support folder.
26642667 */
26652668 supportFolder : string
26662669 /**
2667- * Glob pattern for the test files.
2670+ * Glob pattern to determine what test files to load .
26682671 */
26692672 testFiles : string
26702673 /**
2671- * ???
2674+ * The user agent the browser sends in all request headers.
26722675 */
26732676 userAgent : null | string
26742677 /**
@@ -2684,14 +2687,12 @@ declare namespace Cypress {
26842687 cypressEnv : string
26852688 integrationExampleName : string
26862689 integrationExamplePath : string
2687- isInteractive : boolean
26882690 isNewProject : boolean
26892691 isTextTerminal : boolean
26902692 morgan : boolean
26912693 namespace : string
26922694 parentTestsFolder : string
26932695 parentTestsFolderDisplay : string
2694- platform : 'linux' | 'darwin' | 'win32'
26952696 projectName : string
26962697 projectRoot : string
26972698 proxyUrl : string
0 commit comments