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? ```bash $ rm ./tests/_helpers/_generated/* $ ./vendor/bin/codecept run ... Tests (#) -------- ``` #### What do you get instead? ```bash $ rm ./tests/_helpers/_generated/* $...

4.x

This issue describes several steps of the release process and an approach to fully automating it. # Phar Currently a phar file is built and pushed into the repo, according...

how to set up codeception headless mode for EDGE config is set like this (just like headless mode for Chrome, where headless mode works), but tests still run in nonHeadless...

#### What are you trying to achieve? Run test with dataprovider wich contains non-backed enum #### What do you get instead? When run unit tests and some test is fail,...

I had an issue similar to #6726, caused by how `Annotation::fetchAll()` handles the single `#[Examples]` attribute. Here are comparison of `fetchAll()` return structures: ```php # Multiple Example attributes: array (...

I cherry-picked the commit from my other PR (#6746) to demonstrate that the tests run correctly. I will delete it as soon as it is merged. This PR should be...

221 additions, 476 deletions.

#### What are you trying to achieve? I want to run the `phpstan analyse` command in a pipeline. To do static analysis on the tests, PHPStan needs the generated files...

In a future PR I will remove support for PHP 8.0 and implement PHP 8.1 features, so I am updating the CI to verify that everything works in PHP 8.3,...