feat(tools): add LightHouse CI to the GitHub workflows (#39353)
This commit is contained in:
17
lighthouserc.js
Normal file
17
lighthouserc.js
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* @file - Conifiguration for LightHouse CI. Vist the link below
|
||||
* for more details ->
|
||||
* https://github.com/GoogleChrome/lighthouse/blob/master/docs/configuration.md
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
ci: {
|
||||
collect: {
|
||||
url: ['http://localhost:8000/'],
|
||||
startServerCommand: 'npm run start'
|
||||
},
|
||||
upload: {
|
||||
target: 'temporary-public-storage'
|
||||
}
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user