Skip to content

Commit

Permalink
update smokehouse PWA expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Jun 5, 2017
1 parent 90e13ac commit 45b70e0
Show file tree
Hide file tree
Showing 3 changed files with 400 additions and 91 deletions.
42 changes: 4 additions & 38 deletions lighthouse-cli/test/smokehouse/pwa-config.js
Expand Up @@ -20,42 +20,8 @@
* Config file for running PWA smokehouse audits.
*/
module.exports = {
passes: [{
recordTrace: true,
gatherers: [
'url',
'theme-color',
'manifest',
// https://github.com/GoogleChrome/lighthouse/issues/566
// 'cache-contents'
]
},
{
passName: 'offlinePass',
gatherers: [
'service-worker',
'offline',
'start-url'
]
},
{
passName: 'domstats',
gatherers: [
'dobetterweb/domstats',
'http-redirect'
]
}],

audits: [
'dobetterweb/dom-size',
'is-on-https',
'redirects-http',
'service-worker',
'works-offline',
'webapp-install-banner',
'splash-screen',
'themed-omnibox',
// https://github.com/GoogleChrome/lighthouse/issues/566
// 'cache-start-url'
]
extends: 'lighthouse:default',
settings: {
onlyCategories: ['pwa']
}
};

0 comments on commit 45b70e0

Please sign in to comment.