/ / / Codeception

Codeception logo Codeception and Flamory

Flamory provides the following integration abilities:

  • Create and use window snapshots for Codeception
  • Take and edit Codeception screenshots
  • Automatically copy selected text from Codeception and save it to Flamory history

To automate your day-to-day Codeception tasks, use the Nekton automation platform. Describe your workflow in plain language, and get it automated using AI.

Screenshot editing

Flamory helps you capture and store screenshots from Codeception by pressing a single hotkey. It will be saved to a history, so you can continue doing your tasks without interruptions. Later, you can edit the screenshot: crop, resize, add labels and highlights. After that, you can paste the screenshot into any other document or e-mail message.

Here is how Codeception snapshot can look like. Get Flamory and try this on your computer.

Codeception - Flamory bookmarks and screenshots

Application info

Codeception is a new full-stack testing PHP framework. It provides you absolutely new original way for writing acceptance, functional and unit tests.

Sample Codeception test may look like this.

<?php

$I = new WebGuy($scenario);

$I->wantTo('create new blog post');

$I->amOnPage('/blog/posts');

$I->click('Create new post');

$I->fillField('Title','Codeception, a new way of testing!');

$I->fillField('Text','Codeception is new PHP full-stack testing framework.');

$I->click('Send');

$I->see('Congratulations, your post is successfully created!');

?>

It's very easy to read, easy to write and execute in a web browser or browser emulator.

Integration level may vary depending on the application version and other factors. Make sure that user are using recent version of Codeception. Please contact us if you have different integration experience.