Skip to content

Commit

Permalink
fix: http 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyugeon committed May 29, 2024
1 parent 93103f6 commit 7d11eb1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lighthouserc.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
module.exports = {
ci: {
collect: {
startServerCommand: 'yarn start-ssl',
startServerCommand: 'yarn start',
startServerReadyPattern: 'ready on',
url: [
'https://local.dev.dadok.app:3000/bookarchive',
'https://local.dev.dadok.app:3000/book/search',
'https://local.dev.dadok.app:3000/group',
'https://local.dev.dadok.app:3000/profile/me',
'http://local.dev.dadok.app:3000/bookarchive',
'http://local.dev.dadok.app:3000/book/search',
'http://local.dev.dadok.app:3000/group',
'http://local.dev.dadok.app:3000/profile/me',
],
numberOfRuns: 1,
},
Expand Down

0 comments on commit 7d11eb1

Please sign in to comment.