From 358ba02b1d72f906416e7345e302a2dd25926c1e Mon Sep 17 00:00:00 2001 From: David Little Date: Wed, 18 Sep 2024 18:46:59 -0500 Subject: [PATCH] run all tests in ci --- wdio.conf.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wdio.conf.mts b/wdio.conf.mts index aee6623..6d1b112 100644 --- a/wdio.conf.mts +++ b/wdio.conf.mts @@ -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'