Codeception / Codeception/module-rest
Trying to get coverage report
- Ngôn ngữ chính
- PHP
- Star
- 60
- Fork
- 30
- Merge trung bình
- 22 giờ 37 phút
- Pull request đã merge (30 ngày)
- 1
Mô tả
Hi,
It seems that using the Rest module with Phpbrowser does not work for 'coverage'
Example running `bin/codecept run --coverage --coverage-xml --coverage-html` :

Here is the config of `api.suite.yml` :
```
class_name: ApiTester
coverage:
enabled: true
remote: true
remote_context_options:
http:
timeout: 60
ssl:
verify_peer: false
modules:
enabled:
- Asserts
- Symfony:
kernel_class: App\Kernel
app_path: 'src'
environment: 'test'
- REST:
depends: PhpBrowser
- Doctrine2:
depends: Symfony
cleanup: true
```
We are mainly using the `send()` method of the `ApiTesterActions`.
We followed the doc here : https://codeception.com/docs/11-Codecoverage
We also followed the instructions to installed the `c3.php` file (https://github.com/Codeception/c3)
What are we missing ?
Thanks in advance for your help,
Julien
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.