yireo/magento2-test-generator

N/A

安装: 27

依赖者: 0

建议者: 0

安全性: 0

星标: 2

关注者: 1

分支: 0

类型:magento2-module

0.0.2 2024-08-15 11:14 UTC

This package is auto-updated.

Last update: 2024-09-16 11:09:15 UTC


README

使用此模块为现有模块启动单元测试或集成测试。

安装

composer require yireo/magento2-test-generator
bin/magento module:enable Yireo_TestGenerator

使用方法

为模块Yireo_Example生成集成测试(如果尚不存在)

bin/magento yireo:test:generate Yireo_Example

或生成集成测试,覆盖现有测试(危险操作)

bin/magento yireo:test:generate Yireo_Example --override-existing=1

或生成单元测试

bin/magento yireo:test:generate Yireo_Example --type=unit