@@ -80,15 +80,23 @@ async function takeScreenshot(url, filePath) {
8080
8181const skeletons = [
8282 'webpack babel app-min cypress' ,
83+ 'webpack babel shadow-dom-open app-min cypress' ,
84+ 'webpack babel css-module app-min cypress' ,
8385 'webpack typescript app-min cypress' ,
86+ 'webpack typescript shadow-dom-closed app-min cypress' ,
87+ 'webpack typescript css-module app-min cypress' ,
8488 // 'parcel babel app-min cypress',
8589 // 'parcel typescript app-min cypress',
8690 // 'browserify babel app-min cypress',
8791 // 'browserify typescript app-min cypress',
8892 // 'fuse-box babel app-min cypress',
8993 // 'fuse-box typescript app-min cypress',
9094 'dumber babel app-min cypress' ,
91- 'dumber typescript app-min cypress'
95+ 'dumber babel shadow-dom-closed app-min cypress' ,
96+ 'dumber babel css-module app-min cypress' ,
97+ 'dumber typescript app-min cypress' ,
98+ 'dumber typescript shadow-dom-open app-min cypress' ,
99+ 'dumber typescript css-module app-min cypress'
92100] ;
93101
94102function getServerRegex ( features ) {
0 commit comments