Codeception
Codeception copied to clipboard
Full-stack testing PHP framework
Fix for #6759 I added a separate tab for errors. I also added an internal test that errors to test the HTML reporter itself. I can imagine this is undesirable,...
Fixes an [issue #6753](https://github.com/Codeception/Codeception/issues/6753), when `json_encode` fails to serialize non-backed enum
#### What are you trying to achieve? We would like to run Selenium tests in our Symfony project with Codeception. Selenium, Chrome and the Chrome driver are installed through Puppet...
This is feature for ability to assigning custom identifier to test; For now this feature is integrated with JUnit report and change attribute `name` on `testcase` node This logic is...
Hi, this is not issue but proposal I'm using codeception on my symfony projects, and now i want connect my tests with acceptance criteria on JIRA; Jira has something called...
There was an issue with large data providers. If any test failed, the entire list of tests would rerun as part of the failed group. This PR adds the ability...
#### What are you trying to achieve? I am writing tests for a Craft 4 project using `codeception/codeception` and `codeception/module-yii2` and found an issue while running functional tests where environment...
Since we updated codeception version from 4.2.2 to 5.1.2 we go an issue while launching tests with coverage. For no particular reasons tests executing were 2 times longer than before....
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...
Related issue https://github.com/Codeception/Codeception/issues/6769