Move all E2E dependencies into its own folder, run from there (#3068)
* Move all E2E dependencies into its own folder, run from there * Run flaky-tests from E2E folder * This should work better * Fix E2E test for Linux * Fix for Windows, fix lint
This commit is contained in:
@@ -108,6 +108,16 @@
|
||||
"import/no-commonjs": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": ["e2e/**/*"],
|
||||
"settings": {
|
||||
"import/resolver": {
|
||||
"webpack": {
|
||||
"config": "webpack.config.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": [
|
||||
"webpack.config.renderer.js",
|
||||
@@ -117,7 +127,7 @@
|
||||
"e2e/modules/environment.js",
|
||||
"CHANGELOG.md",
|
||||
"webpack.config.base.js",
|
||||
"babel.config.js",
|
||||
"./babel.config.js",
|
||||
"README.md",
|
||||
"scripts/check_build_config.js",
|
||||
"LICENSE.txt",
|
||||
|
Reference in New Issue
Block a user