Skip to content

Commit fdfaf3a

Browse files
committed
Removing cypress config lint errors
1 parent 03c71bf commit fdfaf3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ui-tests/cypress.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ module.exports = defineConfig({
88
defaultCommandTimeout: 30000,
99
viewportWidth: 2000,
1010
viewportHeight: 1100,
11-
numTestsKeptInMemory: 0, // Keep 0 tests in memory to reduce memory usage
11+
numTestsKeptInMemory: 0,// Keep 0 tests in memory to reduce memory usage
1212
projectId: "000000",
1313
chromeWebSecurity: false,
1414
watchForFileChanges: true,
1515
video: true,
16-
experimentalMemoryManagement: true, // Enable experimental memory management
16+
experimentalMemoryManagement: true,// Enable experimental memory management
1717
retries: {
18-
runMode: 2, // Retry failed tests up to 2 times in headless mode
19-
openMode: 0, // No retries in interactive mode
18+
runMode: 2,// Retry failed tests up to 2 times in headless mode
19+
openMode: 0,// No retries in interactive mode
2020
},
2121
setupNodeEvents(on, config) {
2222
on('after:spec', (spec, results) => {

0 commit comments

Comments
 (0)