headsnet/codeception-extras
Composer 安装命令:
composer require --dev headsnet/codeception-extras
包简介
Add various useful extra to Codeception
关键字:
README 文档
README
This package provides extensions for the Codeception test framework.
Available Extensions
WebDriver extensions:
- JS Logger - log Javascript console messages
- Symfony Profiler URL - get Profile link for failed tests
- W3C HTML Validation - validate HTML source code
Other Extensions
- Wait After Test - add a delay after each test
Requirements
- PHP >=7.2
- Codeception
Installation
Install the package via Composer
composer require --dev headsnet/codeception-extras
For extensions that require it, configure the WebDriver module.
WebDriver: url: 'http://myapp.com' browser: chrome host: chrome port: 4444 window_size: false capabilities: webStorageEnabled: true javascriptEnabled: true 'goog:loggingPrefs': performance: 'ALL' 'goog:chromeOptions': perfLoggingPrefs: enableNetwork: true
Contributing
Contributions are welcome. Please submit pull requests with one fix/feature per pull request.
Composer scripts are configured for your convenience:
> composer test # Run test suite
> composer cs # Run coding standards checks
> composer cs-fix # Fix coding standards violations
> composer static # Run static analysis with Phpstan
统计信息
- 总下载量: 2.23k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-08-15