hydroserver2 / hydroserver

Documentation and issue tracker for HydroServer and related applications
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Playwright e2e Testing #172

Closed daniel-slaugh closed 5 months ago

daniel-slaugh commented 5 months ago

I can't get Cypress to work for our project because between Vuetify, TypeScript, Pinia, and pinia-persisted-state something is always throwing an error. I head Playwright is supposed to handle e2e testing with modern frameworks better so I'm going to remove the Cypress tests and replace them with Playwright to see if I can get a working suite of e2e tests in our CI/CD pipeline.