chore: agentic upgrade
This commit is contained in:
@@ -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."
|
||||
Reference in New Issue
Block a user