We are excited to announce that we have successfully obtained our SOC 2 Type 2 certification! 👏
We look forward to continuing to prioritize security and compliance as we grow.
currents.dev/posts/currents-…
🎯 Orchestration coordinates workers and shards so machines pull tasks dynamically rather than running static lists, reducing idle time and imbalance.\n\nRead more at currents.dev/posts/optimizin…\n\n#Playwright #TestAutomation#FrontEnd
🔁 The real problem isn't parallelism - it's scheduling. Use duration-aware orchestration that runs long tests early to avoid straggler shards and idle machines.\n\nRead more at currents.dev/posts/optimizin…\n\n#Playwright #TestAutomation#FrontEnd
I took playwright-cli for a ride and shared my first impressions:
- great addition to playwright ecosystem
- be careful with token usage
- it is not a replacement for traditional testing
- great lightweight skills-baked alternative to MCP
linkedin.com/pulse/playwrigh…#playwright
Let the right people know if there's a problem with a test. - notify test owners when a smoke test failed on `main` branch - notify a squad about a flaky test, including failure and flakiness details Check out the details in our new Slack integration:
changelog.currents.dev/chang…
💸 Save CI spend by combining orchestration with spot instances. Orchestration can migrate in-flight tests when spot VMs terminate, keeping runs fast and cheap.\n\nRead more at currents.dev/posts/optimizin…\n\n#Playwright #TestAutomation#FrontEnd
📋 Quick checklist: start with workers; shard when a single machine can't hit runtime goals; use orchestration to fix uneven shard timings and provisioning hiccups.\n\nRead more at currents.dev/posts/optimizin…\n\n#Playwright #TestAutomation#FrontEnd
🧠 fullyParallel: true enables test-level parallelism but disallows per-file shared fixtures and sequential assumptions. Refactor stateful setup before turning it on.\n\nRead more at currents.dev/posts/optimizin…\n\n#Playwright #TestAutomation#FrontEnd
⚠️ Flaky failures often come from CPU contention when too many workers run on one machine. Match worker count to physical cores to reduce timeouts and flakiness.\n\nRead more at currents.dev/posts/optimizin…\n\n#Playwright #TestAutomation#FrontEnd
🚀 Long CI runs usually mean infrastructure limits, not bad tests. Start with workers, move to sharding when machine capacity is maxed, and add orchestration to remove static imbalance.\n\nRead more at currents.dev/posts/optimizin…\n\n#Playwright #TestAutomation#FrontEnd
Beginner to Playwright? This new reader-submitted article is for you.
A community member shared the lessons learned across 500 tests — all the pitfalls, fixes, and habits they wish they knew earlier.
👉 Full article: currents.dev/posts/how-to-ru…#Playwright#e2e#Frontend
🚦 Green CI doesn’t guarantee a healthy Playwright suite: Flakiness, slow tests, and gaps in workflow coverage often stay hidden behind passing runs.
🔍 Read: How to Track the Health of Your Playwright Test Suite
currents.dev/posts/how-to-tr…