You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
functional test for your API Platform project using a nice UI, benefit from its Swagger
404
-
integration and run tests in the CI using [the command-line tool](https://docs.hoppscotch.io/cli);
405
-
-[Behat](https://behat.org), a
406
-
[behavior-driven development (BDD)](https://en.wikipedia.org/wiki/Behavior-driven_development)
407
-
framework to write the API specification as user stories and in natural language then execute
408
-
these scenarios against the application to validate its behavior;
409
-
-[Blackfire Player](https://blackfire.io/player), a nice DSL to crawl HTTP services, assert
410
-
responses, and extract data from HTML/XML/JSON responses;
411
-
-[PHP Matcher](https://github.com/coduo/php-matcher), the Swiss Army knife of JSON document
412
-
testing.
401
+
-[Hoppscotch](https://docs.hoppscotch.io/), create functional [test](https://docs.hoppscotch.io/documentation/getting-started/rest/tests) for your API
402
+
Platform project using a nice UI, benefit from its Swagger integration and run tests in the CI using [the command-line tool](https://docs.hoppscotch.io/documentation/clients/cli/overview);
403
+
-[Behat](https://behat.org), a [behavior-driven development (BDD)](https://en.wikipedia.org/wiki/Behavior-driven_development) framework to write the API specification as user
404
+
stories and in natural language then execute these scenarios against the application to validate its behavior;
405
+
-[Blackfire Player](https://blackfire.io/player), a nice DSL to crawl HTTP services, assert responses, and extract data
406
+
from HTML/XML/JSON responses;
407
+
-[PHP Matcher](https://github.com/coduo/php-matcher), the Swiss Army knife of JSON document testing.
413
408
414
409
## Using the API Platform Distribution for End-to-End Testing
0 commit comments