Skip to content

Commit

Permalink
adding more updates for lighthouse
Browse files Browse the repository at this point in the history
  • Loading branch information
qa-danny committed May 3, 2024
1 parent 9faebd9 commit 930b657
Show file tree
Hide file tree
Showing 4 changed files with 5,293 additions and 490 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,5 @@ dist
.yarn/install-state.gz
.pnp.*

.vscode
.vscode
.lighthouseci
6 changes: 5 additions & 1 deletion lighthouserc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
module.exports = {
ci: {
collect: {
url: ['http://www.zappos.com/cart'],
emulatedFormFactor: 'desktop',
disableDeviceEmulation: true,
disableCpuThrottling: true,
disableNetworkThrottling: true,
url: ['https://www.zappos.com/cart'],
},
upload: {
target: 'temporary-public-storage',
Expand Down
Loading

0 comments on commit 930b657

Please sign in to comment.