11module . exports = {
2- "ci" : {
3- "collect" : {
4- "staticDistDir" : "./public" ,
5- "url" : [
6- "http://localhost/404.html" ,
7- "http://localhost/404/index.html" ,
8- "http://localhost" ,
9- "http://localhost/company/about/index.html" ,
10- "http://localhost/cloud-native-management/meshery/index.html" ,
11- "http://localhost/cloud-native-management/kanvas/index.html" ,
12- "http://localhost/learn/learning-paths/index.html" ,
13- "http://localhost/learn/service-mesh-books/index.html" ,
14- "http://localhost/learn/workshops/index.html" ,
15- "http://localhost/learn/index.html" ,
16- "http://localhost/blog/index.html" ,
17- "http://localhost/resources/index.html" ,
18- "http://localhost/careers/index.html" ,
19- "http://localhost/community/members/index.html" ,
20- "http://localhost/community/meshmates/index.html" ,
21- "http://localhost/community/events/index.html" ,
22- "http://localhost/community/newcomers/index.html" ,
23- ] ,
24- } ,
25- "assert" : {
26- "assertions" : {
27- "categories:performance" : [ "warn" , { "minScore" : .90 } ] ,
28- "categories:accessibility" : [ "warn" , { "minScore" : .90 } ] ,
29- "categories:best-practices" : [ "warn" , { "minScore" : .90 } ] ,
30- "categories:seo" : [ "warn" , { "minScore" : .90 } ] ,
31- }
32- } ,
33- "upload" : {
34- "target" : "temporary-public-storage" ,
35- } ,
36- }
37- } ;
2+ "ci" : {
3+ "collect" : {
4+ "staticDistDir" : "./public" ,
5+ "url" : [
6+ "http://localhost/404.html" ,
7+ "http://localhost/404/index.html" ,
8+ "http://localhost" ,
9+ "http://localhost/company/about/index.html" ,
10+ "http://localhost/cloud-native-management/meshery/index.html" ,
11+ "http://localhost/cloud-native-management/kanvas/index.html" ,
12+ "http://localhost/learn/learning-paths/index.html" ,
13+ "http://localhost/learn/service-mesh-books/index.html" ,
14+ "http://localhost/learn/workshops/index.html" ,
15+ "http://localhost/learn/index.html" ,
16+ "http://localhost/blog/index.html" ,
17+ "http://localhost/resources/index.html" ,
18+ "http://localhost/careers/index.html" ,
19+ "http://localhost/community/members/index.html" ,
20+ "http://localhost/community/meshmates/index.html" ,
21+ "http://localhost/community/events/index.html" ,
22+ "http://localhost/community/newcomers/index.html" ,
23+ ] ,
24+ } ,
25+ "assert" : {
26+ "assertions" : {
27+ "categories:performance" : [ "warn" , { "minScore" : .90 } ] ,
28+ "categories:accessibility" : [ "warn" , { "minScore" : .90 } ] ,
29+ "categories:best-practices" : [ "warn" , { "minScore" : .90 } ] ,
30+ "categories:seo" : [ "warn" , { "minScore" : .90 } ] ,
31+ }
32+ } ,
33+ "upload" : {
34+ "target" : "temporary-public-storage" ,
35+ } ,
36+ }
37+ } ;
0 commit comments