View | Details | Raw Unified | Return to bug 33408
Collapse All | Expand All

(-)a/cypress.json (-2 / +2 lines)
Lines 6-10 Link Here
6
    "screenshotsFolder": "t/cypress/screenshots",
6
    "screenshotsFolder": "t/cypress/screenshots",
7
    "supportFile": "t/cypress/support",
7
    "supportFile": "t/cypress/support",
8
    "videosFolder": "t/cypress/videos",
8
    "videosFolder": "t/cypress/videos",
9
    "testFiles": "**/*.*"
9
    "testFiles": "**/*.*",
10
    "defaultCommandTimeout": 10000
10
}
11
}
11
- 

Return to bug 33408