A
A
Askar Fuzaylov2016-09-01 10:38:14
PHP
Askar Fuzaylov, 2016-09-01 10:38:14

How to set up codeception in phpci?

Hello
, I did everything according to the guide.

test:
    codeception:
        allow_failures: false
        config: "tests/codeception.yml"
        path: "tests/codeception/_output/"
        args: "report.xml --no-ansi --coverage-html"
    php_code_sniffer:
        standard: "PSR2"
    php_cpd:
        allow_failures: true

I receive
Warning: file_get_contents(/tests/codeception/_output/report.xml)

Those. although it should look in the project's build directory.
What could I have done wrong?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question