lchrusciel / ApiTestCase

Handy PHPUnit test case for testing JSON APIs in your Symfony applications.
MIT License
410 stars 35 forks source link

Use JsonApiTestCase assertions in behat #127

Open Kleinast opened 6 years ago

Kleinast commented 6 years ago

Hi,

Is there easy way to use the assert offert by JsonApiTestCase, minely the $this->assertResponse() In a behat test ?

Thx in advance

lchrusciel commented 6 years ago

Unfortunately, it is not possible yet. I would love to separate this logic to some traits and maybe some separate package and provide Behat extension with it.

Feel free to help me ;)

amenophis commented 3 years ago

@lchrusciel Is this topic already active ? Do you need some help to extract logic to traits ?

lchrusciel commented 3 years ago

Any news, unfortunately :( I do not have a clear path to deliver it for now