File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ const config: PlaywrightTestConfig = {
6161 ]
6262 } ,
6363 } ,
64- testIgnore : [ "/e2e/**/*.website.spec.ts" ] ,
64+ testIgnore : [ "/e2e/tests/ **/*.website.spec.ts" ] ,
6565 } ,
6666 {
6767 name : 'dashboard' ,
@@ -81,7 +81,7 @@ const config: PlaywrightTestConfig = {
8181 ]
8282 } ,
8383 } ,
84- testIgnore : [ "/e2e/**/*.website.spec.ts" , "/e2e/dashboard-demo/**/*.spec.ts" ] ,
84+ testIgnore : [ "/e2e/tests/ **/*.website.spec.ts" , "/e2e/tests /dashboard-demo/**/*.spec.ts" ] ,
8585 } ,
8686 {
8787 name : 'website' ,
@@ -101,7 +101,7 @@ const config: PlaywrightTestConfig = {
101101 ]
102102 } ,
103103 } ,
104- testIgnore : [ "/e2e/**/*.dashboard.spec.ts" , "/e2e/dashboard/**/*.spec.ts" ] ,
104+ testIgnore : [ "/e2e/tests/ **/*.dashboard.spec.ts" , "/e2e/tests /dashboard/**/*.spec.ts" ] ,
105105 } ,
106106 // {
107107 // name: 'firefox',
You can’t perform that action at this time.
0 commit comments