Skip to content

Commit 56bb3e0

Browse files
committed
fix: fix missing 's' in directory path
1 parent 8dceddb commit 56bb3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-plugin-e2e-webdriverio/generator/template/wdio.shared.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ exports.config = {
3131
logLevel: 'trace',
3232
//
3333
// Set directory to store all logs into
34-
outputDir: path.join(__dirname, 'test/e2e/logs'),
34+
outputDir: path.join(__dirname, 'tests/e2e/logs'),
3535
//
3636
// If you only want to run your tests until a specific amount of tests have failed use
3737
// bail (default is 0 - don't bail, run all tests).

0 commit comments

Comments
 (0)