mikevanriel.com
Running functional tests in parallel with Codeception – Mike van Riel
http://mikevanriel.com/entry/running-functional-tests-in-parallel-with-codeception
Code, Design and Quality are glorious when in harmony. Running functional tests in parallel with Codeception. Using functional tests in Codeception. You can verify that components within your application work well together and it is perhaps the most worthwhile way to test controllers. The downside of these tests are that they can take a long time to run and consume a significant amount of memory. At some point this can become a problem as the people of Future500 B.V. Define as many environments. Split yo...
mrphp.com.au
Dev Resources | Mr PHP
https://mrphp.com.au/resources
Links to software and tools that developers need to know about. Hypertext Preprocessor. PHP is a popular general-purpose scripting language that is especially suited to web development. The world's second most widely used relational database management system (RDBMS) and most widely used open-source RDBMS. The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows NT. Is a free software tool written in PHP, intend...
github.com
GitHub - consolidation-org/Robo: Modern task runner for PHP
https://github.com/Codegyre/Robo
Modern task runner for PHP. Use Git or checkout with SVN using the web URL. Aug 21, 2016. Only chdir to the RoboFile if specified via the - load-from option -. Not if the RoboFile is specified in the runner's constructor. Fixes #409. Failed to load latest commit information. Apr 25, 2016. Aug 21, 2016. Only chdir to the RoboFile if specified via the - load-from option -. Aug 21, 2016. Aug 21, 2016. Mar 17, 2016. Add - coverage-html option to ./robo test command. May 20, 2016. Aug 6, 2016. Apr 25, 2016.
jverdeyen.be
Expertise – Joeri Verdeyen
https://www.jverdeyen.be/expertise
Cyclist, mountainbiker, Nespresso lover, Strava pusher. Object-oriented programming / MVC pattern. Vanilla Javascript, jQuery, node.js. PHPUnit, Behat, PHPSpec. Extended knowledge, mastering and hacking. Debian, Ubuntu, CoreOS. Digital Ocean, AWS, Linode.
html5facil.com
Tips #1 – Robo, Travis y Jekyll
http://html5facil.com/tips/tips-1-robo-travis-y-jekyll
Es una nueva comunidad sobre el reciente estándar de la web Html5, donde puedes encontrar tutoriales, tips, consejos, información, noticias y demás en un solo lugar. Apoya la comunidad con $1 USD. Queremos mejorar y compartir más conocimiento. Tips #1 – Robo, Travis y Jekyll. En está ocasión tenemos 3 tips para desarrolladores que les pueden ser muy útiles en el día a día o para nuevos proyectos. Numero 3 – Robo – El corredor de tareas en PHP. Robo puede hacer diferentes cosas:. Correr tareas en paralelo.
codeception.com
Db - Codeception - Documentation
http://codeception.com/docs/modules/Db
Russian Forum @ AT.info. Works with SQL database. The most important function of this module is to clean a database before each test. That’s why this module was added to the global configuration file. To have your database properly cleaned you should configure it to access the database. This module also provides actions to perform checks in a database. In order to have your database populated with data you need a raw SQL dump. Simply put the dump in the. Statements in the dump. Supported but not tested.
codeception.com
Quick Start Codeception
http://codeception.com/quickstart
Russian Forum @ AT.info. Codeception PHP Testing Framework is designed to work just out of the box. This means its installation requires minimal steps and no external dependencies preinstalled (except PHP, of course). Only one configuration step should be taken and you are ready to test your web application from an eye of actual user. Requirements: PHP5.3, CURL enabled. Composer require "codeception/codeception" / ./vendor/bin/codecept. Wget http:/ codeception.com/codecept.phar download. It's PHP script ...
codeception.com
Queue - Codeception - Documentation
http://codeception.com/docs/modules/Queue
Russian Forum @ AT.info. Works with Queue servers. Testing with a selection of remote/local queueing services, including Amazon’s SQS service Iron.io service and beanstalkd service. Supported and tested queue types are:. The following dependencies are needed for the listed queue servers:. Beanstalkd: pda/pheanstalk 3.0. Contact: nathan.macnamara@outlook.com. Type - type of queueing server (defaults to beanstalkd). Port: 11300 - port number for the queue server. Token - Iron.io access token. Modules: enab...
codeception.com
08-Customization - Codeception - Documentation
http://codeception.com/docs/08-Customization
Russian Forum @ AT.info. In this chapter we will explain how you can extend and customize file structure and test execution routines. One Runner for Multiple Applications. In case your project consists of several applications (frontend, admin, api) or you use Symfony framework with its bundles, you may be interested in having all tests for all applications (bundles) to be executed in one runner. In this case you will get one report that covers the whole project. Configs you want to include. This will lau...
SOCIAL ENGAGEMENT