web-test

Automate 1C web client interactions with Playwright for UI testing.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill web-test-mmmmmm786mngb-jpg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-test
Source: https://github.com/mmmmmm786mngb-jpg/WIM_DEV/tree/main/.cursor/skills/web-test
Command: npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill web-test-mmmmmm786mngb-jpg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) components.

What problem does it solve?

Тестирование 1С через веб-клиент может быть долгим и подверженным ошибкам из-за повторяющихся действий в браузере. Этот Skill ускоряет проверки и автоматизацию пользовательских сценариев, уменьшая рутины и повышая повторяемость результатов.

Core Features & Use Cases

  • Автоматизация взаимодействий с веб-клиентом 1С через Playwright: навигация по разделам, заполнение форм, чтение таблиц и получение отчетов.
  • Поддержка автономного и интерактивного режимов выполнения: запуск сценариев, запись действий и отладка.
  • Применение: регрессионное тестирование, валидация бизнес-процесса (заказы, документы, отчеты) через браузер.

Quick Start

Запустите Playwright-автоматизацию против URL вашего веб-клиента 1С и выполните пример сценария на естественном языке.

Frequently Asked Questions about web-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate 1C web client testing using Playwright?

You can automate 1C web client testing by running Playwright scripts against your 1C URL to navigate sections, fill forms, and read tables. This approach supports both autonomous and interactive browser sessions for UI verification.

Can I use Playwright to validate business processes in a 1C web browser?

Yes, Playwright can validate 1C business processes in a web browser by automating data entry, document processing, and report generation. This reduces manual repetitive actions and increases the repeatability of regression testing results.

Does 1C web client automation require Node.js and Playwright dependencies?

Yes, 1C web client automation specifically requires Node.js and the Playwright dependency to execute scripts. You must have a running 1C web client URL available to target the browser interactions successfully.

What is the best way to run regression testing for 1C UI flows?

The best way to run regression testing for 1C UI flows is using Playwright scripts to automate browser interactions. This allows you to execute natural language scenarios to navigate sections, fill forms, and read tables automatically.

How do I interact with tables and forms in a 1C web client via browser automation?

You interact with 1C web client tables and forms by executing Playwright scripts that target the web browser. The scripts autonomously navigate the UI, input data into forms, and read table data for testing and reporting validation.