Q&ATrending
Cross-browser testing — how many browsers do you actually test against?Theoretically we should test Chrome, Firefox, Safari, Edge. In practice: - Chrome is 65% of our user base - Safari is…
1.7k viewsBe the first to answer
23 discussions
Theoretically we should test Chrome, Firefox, Safari, Edge. In practice: - Chrome is 65% of our user base - Safari is…
People often share CI setups. Here's my local setup for writing and debugging tests: VSCode extensions: - Playwright…
We rewrote our entire test suite (600 tests → 800 tests, Selenium Java → Playwright TypeScript) over 8 months. Honest…