jeckel / codeception-gherkin-contexts
一组用于Gherkin BDD测试的Codeception辅助工具
v0.5.2
2019-05-21 14:58 UTC
Requires
- php: >=7.1
- ext-json: *
- behat/behat: ^3.5
- codeception/codeception: >=2.5
Requires (Dev)
- mikey179/vfsstream: ^1.6
- phpmd/phpmd: ^2.6
- phpstan/phpstan: ^0.11.5
- squizlabs/php_codesniffer: ^3.4
Suggests
- edno/codeception-gherkin-param: The Codeception extension for supporting parameter notation in Gherkin scenario.
- flow/jsonpath: Json path parser
- jeckel/clock: Clock service with mock capability
README
⚠ 正在进行中 ⚠
Codeception Gherkin 辅助工具
一组与Codeception一起使用的Gherkin辅助工具
安装与配置
composer require --dev jeckel/codeception-gherkin-contexts
然后,为了在codeception中启用此模块,只需更新 acceptance.yml
文件,如下所示
modules: enabled: - WebDriver - \Helper\Acceptance - \Jeckel\Gherkin\WebdriverContext: depends: - WebDriver
文档
您可以在完整文档中阅读所有建议步骤、配置等信息。
问题
如果您遇到某些问题或想要请求额外的辅助工具/步骤,您可以在GitHub上添加新问题。