Запуск тестов Webiny с выбором хранилища
testing
tester is a Claude Code skill that determines the correct test command for individual Webiny packages based on their storage backend — DynamoDB (ddb) or OpenSearch (ddb-os). It reads the `storageOps` key in each package's `ci.config.json` to decide whether to run `yarn test`, `yarn test:os`, or both. The skill includes an explicit list of packages for each scenario — for example, `api-headless-cms` and `api-file-manager` require both commands, while `api-opensearch` and `api-headless-cms-ddb-es` need only `yarn test:os`. It also provides bash one-liners using `grep` to re-derive the list when it goes stale. Ideal for developers working on Webiny who want to run exactly the right tests without guessing.
- #webiny
- #testing
- #dynamodb
- #opensearch