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
Loading
...@@ -10,7 +10,7 @@ export const config: Options.Testrunner = { ...@@ -10,7 +10,7 @@ export const config: Options.Testrunner = {
autoCompileOpts: { autoCompileOpts: {
autoCompile: true, autoCompile: true,
tsNodeOpts: { tsNodeOpts: {
project: './test/tsconfig.json', project: './e2e/tsconfig.e2e.json',
transpileOnly: true transpileOnly: true
} }
}, },
...@@ -33,7 +33,7 @@ export const config: Options.Testrunner = { ...@@ -33,7 +33,7 @@ export const config: Options.Testrunner = {
// will be called from there. // will be called from there.
// //
specs: [ specs: [
'./test/specs/**/*.ts' './e2e/**/*.ts'
], ],
// Patterns to exclude. // Patterns to exclude.
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