Barazo default frontend barazo.forum
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 25 lines 545 B view raw
1{ 2 "ci": { 3 "collect": { 4 "url": [ 5 "http://localhost:3000/", 6 "http://localhost:3000/search/", 7 "http://localhost:3000/admin/", 8 "http://localhost:3000/settings/" 9 ], 10 "settings": { 11 "onlyCategories": ["accessibility"], 12 "chromeFlags": "--no-sandbox" 13 }, 14 "numberOfRuns": 1 15 }, 16 "assert": { 17 "assertions": { 18 "categories:accessibility": ["error", { "minScore": 0.95 }] 19 } 20 }, 21 "upload": { 22 "target": "temporary-public-storage" 23 } 24 } 25}