Closed ZedLi closed 6 days ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
boundary-ui | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 11, 2024 8:56pm |
boundary-ui-desktop | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 11, 2024 8:56pm |
Description
The goal of this PR is to make it easier to share the setup between admin and desktop E2E tests. We want to leverage the helpers from admin UI for setting things up but the current folder structure makes it difficult to do.
I moved both admin UI and desktop e2e tests to a new folder at the root. I made it part of the overall mono-repo we have as a separate workspace so it shares the
yarn.lock
and node modules.Feel free to suggest different folder structures, this doesn't have to be the final setup of our e2e tests.
Todo