mirror of
https://github.com/maputnik/editor.git
synced 2026-02-05 12:10:03 +00:00
Added retries to cypress
This commit is contained in:
@@ -5,5 +5,9 @@ export default defineConfig({
|
||||
setupNodeEvents(on, config) {
|
||||
// implement node event listeners here
|
||||
},
|
||||
retries: {
|
||||
runMode: 2,
|
||||
openMode: 0,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user