Top "Codeception" questions

Codeception is a modern full-stack testing framework for PHP.

Debugging Codeception tests with Xdebug

I wrote some API tests with Codeception's ApiGuy. Now I want to set breakpoints in my PhpStorm 7 for tests debugging, …

php testing xdebug codeception
Codeception pressKey ENTER does not work

I am not familiar with codeception. I am trying to insert a text in an input field and press the …

webdriver selenium-webdriver enter codeception
Codeception - What is the difference between cest and cept?

I just started using TDD approach and came across codeception. I searched the web a lot but didn't find a …

php testing tdd codeception
Codeception: Keep a logged in state

I want to keep or run the login before most of my tests. But if I try to move the …

php selenium codeception
Will Selenium work on Ubuntu with no GUI

I'm using Codeception on various cloud platforms like Amazon AWS and Cloud 9. Neither of which has a GUI by default. …

ubuntu selenium codeception
How to use PHPUnit assert methods in a Codeception functional test?

I'm using Codeception for unit, functional, and acceptance tests of my Laravel 4 PHP application. My unit tests look this: use …

phpunit codeception
Codeception - POST raw JSON string

I am sending the following request using jQuery var url = 'http://site.local/api/package/create'; var data = { "command": "package", "…

jquery json rest codeception postman
PhpStorm v2017.3.4 & Codeception v2.4.0 incompatibility

I'm struggling to make codeception work with PhpStorm. I have setup CLI Interpreter: I have also setup Codeception: And here …

phpstorm codeception
codecept: command not found

I did a fresh installation of Ubuntu and after installing Yii2 etc I can't seem to be able to run …

php composer-php yii2 codeception
Codeception - Acceptance tests work but Functional test don't

I am running the latest version of Codeception on a WAMP platform - My acceptance is very basic however works …

unit-testing command-line functional-testing acceptance-testing codeception