G
G
GromOrm2021-02-01 03:40:16
PHP
GromOrm, 2021-02-01 03:40:16

How to save the result of the assertFileEquals check in codeception to a separate file?

After the assertFileEquals stage, testing stops and does not proceed to the next stage
Example:

$result = $I->assertFileEquals("expected_point.csv", "actual_google.csv")
$I->saveCSVReport($result);

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maksim Fedorov, 2021-02-01
@Maksclub

Asserts don't return anything

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question