Temp disable Shop in smoketests (#1654)

* Temp disable Shop in smoketests

* comment like a boss
This commit is contained in:
Eric Bidelman 2017-02-06 22:47:03 -08:00 коммит произвёл GitHub
Родитель 6b38b8c9e3
Коммит 621e024cb3
1 изменённых файлов: 52 добавлений и 52 удалений

Просмотреть файл

@ -182,58 +182,58 @@ module.exports = [
}
},
{
initialUrl: 'https://shop.polymer-project.org/',
url: 'https://shop.polymer-project.org/',
audits: {
'is-on-https': {
score: true
},
'redirects-http': {
score: true
},
'service-worker': {
score: true
},
'works-offline': {
score: true
},
'manifest-display': {
score: true,
displayValue: 'standalone'
},
'manifest-exists': {
score: true
},
'manifest-background-color': {
score: true,
extendedInfo: {
value: '#fff'
}
},
'manifest-theme-color': {
score: true
},
'manifest-icons-min-192': {
score: true
},
'manifest-icons-min-144': {
score: true
},
'manifest-name': {
score: true
},
'manifest-short-name': {
score: true
},
'manifest-start-url': {
score: true
},
// 'cache-start-url': {
// score: true
// }
}
},
// {
// initialUrl: 'https://shop.polymer-project.org/',
// url: 'https://shop.polymer-project.org/',
// audits: {
// 'is-on-https': {
// score: true
// },
// 'redirects-http': {
// score: true
// },
// 'service-worker': {
// score: true
// },
// 'works-offline': {
// score: true
// },
// 'manifest-display': {
// score: true,
// displayValue: 'standalone'
// },
// 'manifest-exists': {
// score: true
// },
// 'manifest-background-color': {
// score: true,
// extendedInfo: {
// value: '#fff'
// }
// },
// 'manifest-theme-color': {
// score: true
// },
// 'manifest-icons-min-192': {
// score: true
// },
// 'manifest-icons-min-144': {
// score: true
// },
// 'manifest-name': {
// score: true
// },
// 'manifest-short-name': {
// score: true
// },
// 'manifest-start-url': {
// score: true
// },
// // 'cache-start-url': {
// // score: true
// // }
// }
// },
{
initialUrl: 'https://pwa.rocks',