Useful references and bookmarks
For future reference and more examples and best practices, I recommend bookmarking the following.
Cypress framework-specific
- Cypress ambassadors – https://www.cypress.io/ambassadors/
- Cypress Gitter – https://gitter.im/cypress-io/cypress#
- Marie Drake's personal blog – https://www.mariedrake.com/blog
- Gleb Bahmutov – https://glebbahmutov.com/blog/
- Filip Hric's blog – https://filiphric.com/
- Cypress Courses by Gleb Bahmutov - https://cypress.tips/courses
Playwright framework-specific
- Microsoft Playwright documentation – https://docs.microsoft.com/en-us/microsoft-edge/playwright/
- Playwright community documentation – https://playwright.tech/
- A basic but useful getting started with Playwright guide – https://dev.to/leading-edje/automate-your-testing-with-playwright-1gag
- Extending Playwright testing with C# support – https...