-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: use bun serve
in http tests
#17
Conversation
d723049
to
d27996b
Compare
d27996b
to
ee38a8d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need the favicon?
bun serve
in http tests
Question: why did you increase the retry? If this fails it'd be interesting to know why. |
Actually by default was set to 1. In order to test and not wait for the retries I've changed to 0, now just changing back to 1 :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but I'd stick with 0 retries and pick up any failures as they arrive.
Agreed 100%, just changed it back |
Drops a dependency and simplifies serving assets related to e2e tests.