-
Notifications
You must be signed in to change notification settings - Fork 126
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: Add unit and e2e testing #178
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
I'm having trouble setting up the aws credentials :/ |
fixes: #118
This PR adds unit/e2e testing and
@open-next
packages for modular development and testing, but currently,open-next
does not import the@open-next/utils
package b/c doing so would change thedist
output and I didn't want to deal w/ that yet.You can test this locally by running:
pnpm run dev
to run the next apps and thenpnpm run e2e:test
You can test against a deployed app by setting the proper env variable:
The current Nextjs Version is 13.4.12 (last stable version). But once the open PRs are merged to address the issues, we'll want to set the version to
latest
todo:
@fwang