20 lines
471 B
Markdown
20 lines
471 B
Markdown
---
|
|
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
|