rande / swFunctionalTestGenerationPlugin

Add functional test generation to the symfony framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functional Test Generation

This plugin contains a specific filter which just records user's interactions in a symfony Functional Test format.

So mainly you navigate accross your application, submit your forms and click on links, and boom ... you have a functional test almost ready to use.

Please read the original blog post : swFilterFunctionalTest

Installation

Usage

  • Enable the functional test in the debug bar

  • Perform a scenario on your project

  • once done, copy-paste the generated code into a test file

About

Add functional test generation to the symfony framework

License:MIT License


Languages

Language:PHP 100.0%