Codeception had a real appreciation on Laravel 4 by proposing an architecture of acceptances tests easier and complete
But when is it for Laravel 5?
When I see that Laravel 5 is capable of this test
public function testBasicExample()
{
$this->visit('/')
->click('About Us')
->seePageIs('/about-us');
}
I wonder if codeception is always interesting for Laravel 5 ?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire