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
// TODO: avoid e2e code to depend on application code
The reason is that, since playwright runs its own typescript transpilation, it would block using certain vite specific features in application code (though this already happens with "tsx" used for local cli...).
The text was updated successfully, but these errors were encountered:
Probably, what we have to do is to ensure Vite/Remix specific features are only used within app/routes files. Other "utilities" should be able to run at least on Vitest and Tsx anyways.
But, I still feels it's wrong for playwright test code to use much of internal details utilities to check e2e features...
ytsub-v3/app/e2e/helper.ts
Line 10 in e0fa9d7
The reason is that, since playwright runs its own typescript transpilation, it would block using certain vite specific features in application code (though this already happens with "tsx" used for local cli...).
The text was updated successfully, but these errors were encountered: