flanksource / flanksource-ui

https://flanksource-ui.vercel.app
Other
10 stars 23 forks source link

Choose e2e Testing Framework and Add in Some Workflows to Avoid Regressions #1139

Open mainawycliffe opened 1 year ago

mainawycliffe commented 1 year ago

We need to select an e2e testing framework - currently, we have two options:

Cypress -

Playwright

Resources

@Prashanth-Nelli any opinions on which we should prefer?

Prashanth-Nelli commented 1 year ago

I will go with Playwright as it is based on chrome devtools protocol and the api is pretty similar to other e2e testing frameworks.