Skip to content
Snippets Groups Projects
Commit 27cd0d48 authored by François Grand's avatar François Grand
Browse files

test(e2e): configure wdio to point to e2e folder

refs #618
parent 54aa396d
No related branches found
No related tags found
2 merge requests!225Release v4.17.0,!221Resolve "Migration des tests e2e vers WebDriverIO"
......@@ -10,7 +10,7 @@ export const config: Options.Testrunner = {
autoCompileOpts: {
autoCompile: true,
tsNodeOpts: {
project: './test/tsconfig.json',
project: './e2e/tsconfig.e2e.json',
transpileOnly: true
}
},
......@@ -33,7 +33,7 @@ export const config: Options.Testrunner = {
// will be called from there.
//
specs: [
'./test/specs/**/*.ts'
'./e2e/**/*.ts'
],
// Patterns to exclude.
exclude: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment