Codeception
Codeception copied to clipboard
Full-stack testing PHP framework
#### What are you trying to achieve? Historically we've had issue with dependency collisions between the codeception code and the system under testing. To resolve this the test runner (ie...
I propose removing all old branches to simplify maintenance and clear things up for (potential) contributors. 1. Keeping old branches like 3.1 has no purpose, we can always go back...
#### get the same xml report as phpunit Hello I am trying to get the same output as phpunit but `--phpunit-xml` and `--xml` are different of `phpunit --log-junit` the example...
If a cest test does only have one `#Examples()` attribute it is not handled as if there are multiple but an InjectionException occurs. The Examples attribute does now also work...
Hi there, the most recent builds are missing on the [website](https://codeception.com/builds). The most recent build there available is [5.1.20240307](https://codeception.com/releases/5.1.20240307/codecept.phar). When will the more recent builds added to the website? Kind...
Hi! I recently wrote a tool for testing grpc endpoints in the roadrunner server. If I finish it and publish it, will it be relevant?
This merge request is a follow up to #6770 and issue #6769. ## Changes It adds a build arg to specify the PHP Version you want to build. I also...
Since my latest run (~2 weeks ago), the Codeception runner is suddenly hanging strangely: * Sometimes, in the middle of the suite, it just stops with message "COMMAND DID NOT...
Fixes https://github.com/Codeception/Codeception/issues/6726 The current implementation of the `#[Examples]` attribute differs from what is documented at https://codeception.com/docs/AdvancedUsage#Examples-Attribute (reported in https://github.com/Codeception/codeception.github.com/pull/870). Futhermore, it is currently not possible to use a single `#[Examples]`...
Hello team, I'm the maintainer of [Anteon](https://github.com/getanteon/anteon). We have created Gurubase.io with the mission of building a centralized, open-source tool-focused knowledge base. Essentially, each "guru" is equipped with custom knowledge...