-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add a test for gh-119 #300
Conversation
fixup! open-next.config.ts fixup! format fixup! remove --inspector-port to avoid collisions fixup! inspector port fixup! fixup! bump timeout again fixup!
|
commit: |
b0c86fe
to
608bd43
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.
Looks good to me, but I don't understand, why are you bumping the timeouts to 500_000? I really hope that that is not necessary, is it?
Also what are you adding is not an "example" I wonder if we should have maybe two directories "examples" and "fixtures"/"e2es" or something like that 🤔 or maybe just rename "examples" and simply use them as fixtures not a big deal either way |
100k was still erroring and making me restart the tests multiple times. |
Feel free to create an issue with refactoring ideas. |
I haven't seen that... I wonder if it's the new aws apps that take a long time to build or something... |
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.
the timeout problem is a bit depressing. i would have hoped they wouldn't be that slow
Thanks for the reviews! |
Add a test to make sure we have no regression.
The e2e runs on only one browser - do we really need to run the others on 3 different browsers?