File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ The project is structured as follows:
5555📦 playwright-java-test-automation-architecture
5656├─ .gemini
5757│ └─ skills
58- │ └ ─ code-reviewer
59- | └ ─ review-rules.md
60- | └─ SKILL.md
61- | └─ healing-agent
62- | └ ─ locator-healer.md
63- | └─ SKILL.md
58+ │ ├ ─ code-reviewer
59+ │ │ ├ ─ review-rules.md
60+ │ │ └─ SKILL.md
61+ │ └─ healing-agent
62+ │ ├ ─ locator-healer.md
63+ │ └─ SKILL.md
6464├─ .github
6565│ ├─ FUNDING.yml
6666│ ├─ dependabot.yml
@@ -241,4 +241,4 @@ Simply run `gemini` in the project root. You can trigger skills manually or let
241241gemini " Review this new test class: @src/test/java/io/github/tahanima/e2e/NewFeatureTest.java"
242242
243243# To fix a failing locator
244- gemini " The login button locator is failing. Use the healing-agent to suggest a fix for @src/main/java/io/github/tahanima/ui/page/LoginPage.java"
244+ gemini " The login button locator is failing. Use the healing-agent to suggest a fix for @src/main/java/io/github/tahanima/ui/page/LoginPage.java"
You can’t perform that action at this time.
0 commit comments