DEV Community

Dev Sk
Dev Sk

Posted on

Today's GitHub Repo's

KANGENT:

kagent, a Kubernetes-native framework, was designed for building, deploying, and managing AI agents within Kubernetes. It utilizes Kubernetes custom resources to simplify management and modification of the agents.

XLSKUBECTL :

xlskubectl integrates Google Spreadsheets with Kubernetes, allowing users to administer their clusters from a spreadsheet using Kubernetes’ API to stream incremental updates.

GIT-WHO :

git-who is a command-line tool that analyzes Git repositories to determine authorship of code components and subsystems. It provides three subcommands: table, which summarizes contributions by author; tree, which displays a file tree annotated with author information; and hist, which shows a timeline of commit activity.

Top comments (0)

Playwright CLI Flags Tutorial

5 Playwright CLI Flags That Will Transform Your Testing Workflow

  • 0:56 --last-failed: Zero in on just the tests that failed in your previous run
  • 2:34 --only-changed: Test only the spec files you've modified in git
  • 4:27 --repeat-each: Run tests multiple times to catch flaky behavior before it reaches production
  • 5:15 --forbid-only: Prevent accidental test.only commits from breaking your CI pipeline
  • 5:51 --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. Click on any timestamp above to jump directly to that section in the tutorial!

Watch Full Video 📹️

👋 Kindness is contagious

Engage with a wealth of insights in this thoughtful article, valued within the supportive DEV Community. Coders of every background are welcome to join in and add to our collective wisdom.

A sincere "thank you" often brightens someone’s day. Share your gratitude in the comments below!

On DEV, the act of sharing knowledge eases our journey and fortifies our community ties. Found value in this? A quick thank you to the author can make a significant impact.

Okay