We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dceddb commit 56bb3e0Copy full SHA for 56bb3e0
packages/@vue/cli-plugin-e2e-webdriverio/generator/template/wdio.shared.conf.js
@@ -31,7 +31,7 @@ exports.config = {
31
logLevel: 'trace',
32
//
33
// Set directory to store all logs into
34
- outputDir: path.join(__dirname, 'test/e2e/logs'),
+ outputDir: path.join(__dirname, 'tests/e2e/logs'),
35
36
// If you only want to run your tests until a specific amount of tests have failed use
37
// bail (default is 0 - don't bail, run all tests).
0 commit comments