seamless-protocol / seamless-interface

https://seamless-interface.vercel.app
Other
7 stars 4 forks source link

cypress improve anvil + cypress start #488

Closed WingsDevelopment closed 4 weeks ago

WingsDevelopment commented 1 month ago

12.8.2024 Srdjan

Attempted to integrate the Anvil process spawn directly into Cypress hooks to automate process management. Encountered challenges with spawn/wait operations within Cypress.

After revisiting the automation of Anvil within Cypress hooks and facing issues, I invested time troubleshooting with minimal progress. To maintain efficiency and avoid excessive time investment, I implemented a simplified solution. Added a script in package.json: npm run cypress-open This script runs both the Anvil command and npx cypress open using concurrently, automating the process to enhance the developer experience.

13.08.2024 Srdjan general update on cypress tickets(day 2): I got new round of comments, solved all of them again, and pinged guys to review it once more!

14.08.2024 Srdjan general update on cypress tickets(day 3): no new comments from others, but still waiting to resolve answered/fixed comments from yesterday, and pinged guys to try to finish it up!

15.08.2024 Srdjan general update on cypress tickets(day 4):