flutter-testing

от flutter

We need to translate the given English text into Russian, preserving the name "flutter-testing" if it appears. The text is a description of a skill for generating tests for Flutter applications. The instruction says to translate only the text inside <text>, and not include the name unless it appears in the source text. The name "flutter-testing" does not appear in the source text, so we should not add it. We must preserve product names, protocol names, URLs, numbers, technical terms. So "Flutter", "unit", "widget", "integration", "plugin", "ViewModels", "Repositories" etc. should be kept as is or transliterated? Typically, technical terms like "unit test" are translated as "модульные тесты" or "юнит-тесты", but the instruction says preserve technical terms. However, "unit" is a type of test, and it's common to translate it. But the instruction says "preserve product names, protocol names, URLs, numbers, and technical terms." That suggests we should not translate

npx skills add https://github.com/flutter/skills --skill flutter-testing

Больше skills от flutter

adding-release-notes
flutter
Добавляет описания изменений, видимых пользователю, в примечания к выпуску DevTools. Используйте при документировании улучшений, исправлений или новых функций в файле NEXT_RELEASE_NOTES.md.
official
dart-modern-features
flutter
Для поиска кандидатов на модернизацию:
official
api-review
flutter
Проверяет указанный код на соответствие каноническим рекомендациям по проектированию API. Используйте этот навык, когда пользователь запрашивает ревью API или проверку кода на соответствие API design…
official
code-documentation
flutter
Руководство по написанию эффективной документации кода, включая docstrings, JSDoc, dartdoc и комментарии к реализации. Используйте этот навык при написании нового кода, добавлении…
official
dart-add-unit-test
flutter
Write and organize unit tests for functions, methods, and classes using `package:test`. Use when creating new logic or fixing bugs to ensure code remains…
official
dart-build-cli-app
flutter
Структура точки входа, коды выхода, кроссплатформенные скрипты. Используется при создании утилит командной строки, скриптов или приложений.
official
dart-collect-coverage
flutter
Соберите покрытие с помощью пакета coverage и создайте отчёт LCOV
official
dart-fix-runtime-errors
flutter
Использует get_runtime_errors и lsp для получения активного стек-трейса, поиска строки с ошибкой, применения исправления и проверки результата через hot_reload.
official