File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11// List of all e2e tested apps
22const apps = [
33 // examples
4- "api" ,
54 "create-next-app" ,
65 "middleware" ,
6+ "playground" ,
77 "vercel-blog-starter" ,
88 "vercel-commerce" ,
99 // e2e
Original file line number Diff line number Diff line change 11import { configurePlaywright } from "../../common/config-e2e" ;
22
3- export default configurePlaywright ( "api " , { isCI : ! ! process . env . CI } ) ;
3+ export default configurePlaywright ( "playground " , { isCI : ! ! process . env . CI } ) ;
Original file line number Diff line number Diff line change 11import { configurePlaywright } from "../../common/config-e2e" ;
22
3- export default configurePlaywright ( "api " , {
3+ export default configurePlaywright ( "playground " , {
44 isCI : ! ! process . env . CI ,
55 isWorker : false ,
66 multipleBrowsers : false ,
You can’t perform that action at this time.
0 commit comments