You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo imported the e2e tests from @opennextjs/aws into examples/e2e.
The unit tests can be executed by pnpm e2e-fix
We need to investigate the e2e failures
Some are expected - i.e. ISR is not supported yet
Some are not expected
Notes:
The pages-router and app-pages-router both have a build issue to investigate:
[WebServer] ▲ [WARNING] Using direct eval with a bundler is not recommended and may cause problems [direct-eval]
[WebServer]
[WebServer] .open-next/server-functions/default/examples/e2e/pages-router/handler.mjs:193620:43:
[WebServer] 193620 │ ... var deprecatedfn = eval("(function (" + args + ') ...
This repo imported the e2e tests from
@opennextjs/aws
intoexamples/e2e
.The unit tests can be executed by
pnpm e2e-fix
We need to investigate the e2e failures
Notes:
The
pages-router
andapp-pages-router
both have a build issue to investigate:Related PRs:
Next steps:
For each of
app-router
,pages-router
, andapp-pages-router
inexamples/e2e
:pnpm e2e-fix
e2e-fix
script toe2e
The text was updated successfully, but these errors were encountered: