chore: agentic upgrade
dev / deploy (push) Successful in 2m15s
compute / deploy (push) Has been cancelled

This commit is contained in:
Daniil
2026-05-17 02:11:33 +03:00
parent c16fcba693
commit 21e936a827
106 changed files with 12094 additions and 291 deletions
+19
View File
@@ -0,0 +1,19 @@
---
name: chrome-testing
description: Rules for visual or browser testing
metadata:
tags: chrome, testing, visual, browser, server, ui, ux
---
# Chrome Browser Testing Rules
## Dev Server Port
When testing the frontend using Chrome browser automation, start the dev server with the port 3000:
```bash
yarn start -- --port 3000 --no-open
```
Use agent-browser sub-skill to execute browser testing
Admin account credentials: ilichenko.a@winsolutions.ru:aXID0AeGWbJ1
@@ -0,0 +1,4 @@
interface:
display_name: "Chrome Testing Rules"
short_description: "Rules when executing visual browser testing"
default_prompt: "Use chrome testing skill on visual or browser testing."