Codeception
Codeception copied to clipboard
Full-stack testing PHP framework
#### What are you trying to achieve? I want to override a config option from the command line in a suite. In my case actually the base-URL for the WebDriver....
#### What are you trying to achieve? Migrated from codeception 4 to 5 Try to use try-catches in tests and page methods and got strange behaviour: If first test failed....
#### What are you trying to achieve? I'm trying to run Codeception tests within PHP code, using ``` $codecept = new Codecept(); $codecept->run( suite : 'Acceptance', test : 'SampleCest' );...
Since I'v updated the dependencies on my larger project and PHPUnit got lifted to version 10.4.1, I get out of memory errors as the memory limit is constantly increasing with...
Sometimes, when you have many tests for an application, it can be difficult to know when where a component or parts of the system has a memory leak or just...
#### What are you trying to achieve? I was trying to edit report.html file using RESULT_PRINT_AFTER event. #### What do you get instead? I got message File not exist inside...
I'm trying to make a POC using Codeconcept with BDD. I've created a stepobject and I wanted to use this file for test steps. I've followed [CONFIGURATION](https://codeception.com/docs/BDD) section to autoload...
#### What are you trying to achieve? Hello, I upgraded the version used in our project from 4.1.31 to latest because I wanted to see how I could make use...
Is it possible to assert JSON structure/schema in unit/integration tests for controllers?
#### What are you trying to achieve? I'd like to change the test descriptions so that they are a bit more... well, descriptive 😅 [@testdoc annotation](https://docs.phpunit.de/en/9.6/annotations.html#testdox) #### What do you...