Codeception 2.4 released
Hello everyone! We’d like to announce the immediate availability of Codeception 2.4.0. This follows up the PHPUnit 7.0 release and mostly contains compatibility fixes for latest PHPUnit. Internal...
View ArticleCodeception 2.5: Snapshots
The Autumn is a good time to start something new. How about new Codeception? As you know, each minor release indicates some important change, new features we wanted to share. This time we want to...
View ArticleCodeception 3.0
It’s finally time to bring a new major version of Codeception to live! Through years of evolution and constant improvements we learned a lot and today we think we are bringing to you the best...
View ArticleCodeception 4.0 and beyond
Today we would like to share our plans for the future of Codeception. We are going to release two major versions soon and we are ready to do so! If you want to stay on board and get the latest...
View ArticleCodeception 4.0 Released
We are finally here! Codeception 4.0 is released and this means a lot for us! After long months on splitting core into modules, publishing new packages and setting up build pipelines, we are proud to...
View ArticleIntroduction to Codeception
We build web sites with PHP, we build web services and web applications. But is PHP good enough for testing them? How often do you see PHP projects with no line of test written? From my experience,...
View ArticleReleased 1.0.1. Please update
This relese fixes two reported bugs. using see commands on pages with <!DOCTYPE using see commands with non-latin characters. PhpBrowser, Selenium, Frameworks modules were updated. Please update...
View ArticleBehavior Driven Testing with Zend Framework
Codeception is testing framework in which all tests are written in a single descriptive manner. It’s aim is to make tests easy to read, easy to write and easy to debug. Every single test you write can...
View ArticleCodeception 1.0.2 Released.
As you may know, Codeception a BDD-style testing framework has tools for cleaning up tested database between tests. This week tools for database repopulation in Codeception were improved and it’s...
View ArticleCodeception 1.0.3 Released. Generators and Agile Documentation.
This Codeception release is all about minor but useful features. Starting from 1.0.3 you will be notified on every new Codeception release from console. If you are not running tests, Codeception Cli...
View ArticleBDD Approach to Unit Testing with Codeception.
Codeception is new BDD-style testing framework for PHP. It makes testing easier than it was before. Yep, really. If you are not a fan of testing, that might as well be because you haven’t used the...
View ArticleCodeception 1.0.4 Released. Behavior Driven Development.
This release brings a real behavior driven development to Codeception. Before that we talked about testing in BDD-style, but nothing about real development by behavior. There were just few changes...
View ArticleCodeception 1.0.5 Released.
Almost every week Codeception gets a new release. I think it’s quite good tempo. Every release contains not only bugfixes but a new features too. I’m satisfied but today’s release, because all changes...
View ArticleCodeception 1.0.7 Released.
That was quite a long time after last version was released. This time we decided to skip version 1.0.6, just because 1.0.7 looks prettier. With this release Codeception can be used in CI systems like...
View ArticleCodeception 1.0.8 Released.
From this release you can install Codeception via Composer. If you have fucked up with PEAR it’s a good idea to try out brand new Composer. It allows you to install Codeception with all it’s...
View ArticleNew Codeception. Zombies and More.
This evening I released Codeception 1.0.9. The most important thing you may notice is documentation. It’s just better. It was improved by Jon Phipps. Better phrasing goes to better understanding,...
View ArticleTest WebServices With Codeception
Codeception testing framework got significant improvements during last week. The first and the major one is that you don’t even need PEAR and Composer to execute tests. Only one file codecept.phar...
View Article1.0.14 - Custom Assertions In Helpers
Hi, that’s been a while from the last release. But still Codeception is evolving. And today’s release notes I’m going to start with some thoughts on Codeception installation strategy. For a long time...
View ArticleMajor Codeception Update
Hi, last week Codeception got it’s first major update. Welcome the Codeception 1.1. Many core classes were refactored to solve the common issues and reduce the level of dark magic inside. Only white...
View ArticleCodeception with AMQP and Memcached
Good news, everyone! Codeception 1.1.2 released. And it’s hard to list everything that were improved and fixed, but i will try. With the help of our active contributor tiger.seo Codeception got an...
View Article