Thoughts on formalizing compatibility tests to provide list of supported version configurations? #142
Unanswered
kevin-mitchell
asked this question in
Q&A
Replies: 2 comments 4 replies
-
The open-next discord channel has an E2E test bot that reports the nextjs version and if the test passes/fails. It runs at 0:00UTC (or 6PM PDT) |
Beta Was this translation helpful? Give feedback.
3 replies
-
I think this is a great idea. My time for this project is focused on feature development, but please take a stab at this @kevin-mitchell. It would be really helpful. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently in the position where I'm wondering, "what version of Next.js is compatible with which version of open-next is compatible with which version of cdk-nextjs?"
It would be really handy to be able to find this out either by looking at documentation somewhere, or by running a reliable automated test, or at least by running a manual process to validate all functionality is working.
open-next / SST has a set of automated tests that appear to run (maybe automatically?) to check compatability between Next.js versions and open-next (I assume?), perhaps something from here could be incorporated into this project somehow?
https://github.com/sst/open-next/actions/runs/6400188581/job/17373444061
Does this seem like something that could get done? Would it actually be useful?
Beta Was this translation helpful? Give feedback.
All reactions