Added editorconfig [skip ci] (#141)
This commit is contained in:
@@ -53,5 +53,8 @@ cypress/screenshots
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
|
||||
# editorconfig
|
||||
.editorconfig
|
||||
|
||||
# instance list
|
||||
instances.json
|
||||
|
||||
13
.editorconfig
Normal file
13
.editorconfig
Normal file
@@ -0,0 +1,13 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
|
||||
[*.{js,ts,tsx}]
|
||||
indent_size = 4
|
||||
|
||||
[*.{json,yml}]
|
||||
indent_size = 2
|
||||
@@ -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