Behatch / contexts

Behat extension with most custom helper steps
Other
393 stars 203 forks source link

Replace tests with httpbin service #219

Open razbakov opened 7 years ago

razbakov commented 7 years ago

I suggest to use httpbin to replace www fixture and make tests more readable.

elkangaroo commented 7 years ago

I dont't think it is a good idea to rely on an external service for the tests.

razbakov commented 7 years ago

Then maybe index.php should return at least json?

alexislefebvre commented 6 years ago

@razbakov I don't know how httpbin was one year ago but it can now be launched as a Docker container with docker run -p 80:80 kennethreitz/httpbin so it can be launched locally, it would not be an external service.