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? I wanna check that a json element is unique #### What do you get instead? The xpath expression does not work ```bash 1)...

I don't really know what I'm doing here, so this is probably not the right way to fix it! Anyway - when following https://codeception.com/quickstart, I'm getting v1.0.0 of module-phpbrowser and...

#### What are you trying to achieve? Enable path coverage in configuration file ```yml coverage: enabled: true path_coverage: true ``` #### What do you get instead? Only configuration override using...

#### What are you trying to achieve? Very similar to https://github.com/Codeception/Codeception/issues/6519: When I do `codecept run` everything is green, but when I do `codecept run --coverage` I get an error....

#### What are you trying to achieve? Get working test suite after bootstrap #### What do you get instead? ```json "require": { "codeception/codeception": "^5.0", "codeception/module-asserts": "^1.0.0" } ``` > Provide...

The following root config ```yml include: - src/components/* ``` Will recursively traverse all directories inside `src/components` and look for `codeception.yml ` files. Now I faced the following situation: A dependent...

`class_exists(ConsoleCompletion::class)` return always **false** in position before import class namespaces. The output of this message provokes a problem with establishing a session and adding session handlers. Like this: ``` session_set_save_handler():...

I could not find anything regarding support for version 4 of Codeception now that version 5 is released (great job btw). What are your thoughts on this? Are you still...