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
I'm investigating using cypress for transloadit/uppy. As we build libraries and not a single full-stack app, our e2e tests are against test apps which compose our libraries in a certain way we want to test them. Cypress seems to focus on testing against a single app, running on one (localhost) port. But what if I have lots of folders, each being their own small Vite app for instance (or just static files), and I want to run those as one test suite? Is that possible somehow?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm investigating using cypress for transloadit/uppy. As we build libraries and not a single full-stack app, our e2e tests are against test apps which compose our libraries in a certain way we want to test them. Cypress seems to focus on testing against a single app, running on one (localhost) port. But what if I have lots of folders, each being their own small Vite app for instance (or just static files), and I want to run those as one test suite? Is that possible somehow?
Beta Was this translation helpful? Give feedback.
All reactions