Debug, troubleshoot and analyse parallel CI tests in Cloud. Cypress and Playwright.

Joined June 2021
28 Photos and videos
Pinned Tweet
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-…
2
6
257
🔁 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
20
We just released Playwright Best Practices, the most comprehensive Playwright AI Skill yet. 👉 Check it out at github.com/currents-dev/play… #Playwright #AI #TypeScript
1
2
6
254
currents.dev retweeted
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
2
2
217
currents.dev retweeted
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…
1
55
💸 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
24
📋 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
31
🧠 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
33
⚠️ 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
19
🚀 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
18
⚠️ A green CI dashboard doesn't guarantee workflows work. Passing tests can hide regressions unless analytics track trends.
13
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
1
88
🚦 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…
26