api.suite.yml Yii2 codeception配置文件的内容应该如何



我需要使用fixture测试Yii2项目的API,所以我想知道我应该如何填充文件api.suite.yml

要了解如何在项目中生成初始Codeception api测试结构,请查看:https://codeception.com/for/yii

这是我在api.suite.yml:中使用的内容

actor: ApiTester
modules:
enabled:
- apitestsHelperApi
- REST:
url: http://localhost/index-test.php
depends: Yii2
- Yii2:
part: [orm, email, fixtures]
- Asserts

相关内容

  • 没有找到相关文章

最新更新