Skip to content

Commit

Permalink
update wdio config file
Browse files Browse the repository at this point in the history
  • Loading branch information
tatilepizs committed Dec 2, 2024
1 parent 3e11db1 commit 75ae464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/default/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { suites } = require('./suites');
// Override specific properties from wdio base config
const defaultConfig = Object.assign(wdioBaseConfig.config, {
suites,
specs: ['**/repeat.wdio-spec.js'],
specs: ['**/*.wdio-spec.js'],
});

exports.config = defaultConfig;

0 comments on commit 75ae464

Please sign in to comment.