Codeception icon indicating copy to clipboard operation
Codeception copied to clipboard

Full-stack testing PHP framework

Results 220 Codeception issues
Sort by recently updated
recently updated
newest added

#### What are you trying to achieve? When running codecept with `--report --no-ansi` there is still color output appearing: ![image](https://github.com/Codeception/Codeception/assets/9052188/4a809b02-de47-4505-97ba-00fed1bb6d7f) This appears to be done by both Recorder and by...

Bug

Closes #6740 When I run `codecept run --report --no-ansi` there is still color output So I fixed it by removing extra chars in `ReportPrinter::testFailure`, I think it just typo

closes #6760 Add some new option `--disable-coverage-php` this will not provoke BC changes ```bash php bin/codecept run unit --coverage --coverage-html --disable-coverage-php ```

#### What are you trying to achieve? Currently `SebastianBergmann\CodeCoverage\Report\PHP` runs by default Saving this report consumes a lot of memory for the large projects. I want to be able to...

Sister-PR of https://github.com/Codeception/codeception.github.com/pull/863

#### What are you trying to achieve? I am viewing my HTML Test Report. The test has failed because of an Exception in the VisualCeption module, which throws an error...

#### What are you trying to achieve? When running the `codecept gherkin:snippets` to generate snippets from feature files, I expect the snippets to use the Codeception 5 / PHP 8...

#### What are you trying to achieve? I am trying to override a DataProvider function like this. This code worked in Codeception ^4.1 but the same code no longer works...

#### What are you trying to achieve? In some of our testcases we use anonymous classes. When creating an anonymous readonly class, this class issues a warning. The tests run...

#### What are you trying to achieve? I use Codeception framework and Netbeans IDE for my test automation using PHP. I would like to run 2 tests one after another...