File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,15 @@ export default defineConfig({
3636 } ,
3737 projects : [
3838 {
39- name : 'chromium ' ,
39+ name : 'logic ' ,
4040 use : { ...devices [ 'Desktop Chrome' ] } ,
41+ grepInvert : / @ V i s u a l .* / ,
42+ } ,
43+
44+ {
45+ name : 'visual' ,
46+ use : { ...devices [ 'Desktop Chrome' ] } ,
47+ grep : / @ V i s u a l .* / ,
4148 } ,
4249
4350 // {
Original file line number Diff line number Diff line change 8484 "executor" : " @nx/playwright:playwright" ,
8585 "outputs" : [" {workspaceRoot}/dist/.playwright/packages/kit-headless" ],
8686 "options" : {
87- "config" : " packages/kit-headless/playwright.config.ts"
87+ "config" : " packages/kit-headless/playwright.config.ts" ,
88+ "project" : [" logic" ]
89+ }
90+ },
91+ "visual-test" : {
92+ "executor" : " @nx/playwright:playwright" ,
93+ "outputs" : [" {workspaceRoot}/dist/.playwright/packages/kit-headless" ],
94+ "options" : {
95+ "config" : " packages/kit-headless/playwright.config.ts" ,
96+ "project" : [" visual" ]
8897 }
8998 }
9099 },
You can’t perform that action at this time.
0 commit comments