Added editorconfig [skip ci] (#141)
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
import { defineConfig } from 'cypress';
|
||||
|
||||
export default defineConfig({
|
||||
defaultCommandTimeout: 10000,
|
||||
waitForAnimations: true,
|
||||
retries: 4,
|
||||
projectId: 'qgjdyd',
|
||||
e2e: {
|
||||
setupNodeEvents(on, config) {},
|
||||
baseUrl: 'http://localhost:3000',
|
||||
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}'
|
||||
},
|
||||
defaultCommandTimeout: 10000,
|
||||
waitForAnimations: true,
|
||||
retries: 4,
|
||||
projectId: 'qgjdyd',
|
||||
e2e: {
|
||||
setupNodeEvents(on, config) {},
|
||||
baseUrl: 'http://localhost:3000',
|
||||
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}'
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user