DEV Community

Haseeb Arshad
Haseeb Arshad

Posted on

LearnCracker

This is a submission for the KendoReact Free Components Challenge.
Details Coming soon!

Top comments (2)

Collapse
 
nazim_akkal_a6c14939d5955 profile image
nazim akkal

there will be a demo link ?

Collapse
 
haseebarshad profile image
Haseeb Arshad

Yes, I will update the post soon. Along with the demo link!

Playwright CLI Flags Tutorial

5 Playwright CLI Flags That Will Transform Your Testing Workflow

  • --last-failed: Zero in on just the tests that failed in your previous run
  • --only-changed: Test only the spec files you've modified in git
  • --repeat-each: Run tests multiple times to catch flaky behavior before it reaches production
  • --forbid-only: Prevent accidental test.only commits from breaking your CI pipeline
  • --ui --headed --workers 1: Debug visually with browser windows and sequential test execution

Learn how these powerful command-line options can save you time, strengthen your test suite, and streamline your Playwright testing experience. Practical examples included!

Watch Video 📹️

👋 Kindness is contagious

If you found this post useful, consider leaving a ❤️ or a nice comment!

Got it