Skip to content

Commit

Permalink
run all tests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
haberdashPI committed Sep 18, 2024
1 parent 84e53cd commit 358ba02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdio.conf.mts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const config: Options.Testrunner = {
// The path of the spec files will be resolved relative from the directory of
// of the config file unless it's absolute.
//
specs: ['./test/specs/**/moveBySection.ux.mts'],
specs: ['./test/specs/**/*.ux.mts'],
// Patterns to exclude.
exclude: [
// 'path/to/excluded/files'
Expand Down

0 comments on commit 358ba02

Please sign in to comment.