player
player copied to clipboard
Blackfire Player is a powerful Web Crawling, Web Testing, and Web Scraper application. It provides a nice DSL to crawl HTTP services, assert responses, and extract data from HTML/XML/JSON responses.
Use case : When you want to profile a login form (or other HTTP POST) from player in "Profile all requests". Feature : Add a option for enable debug mode.
Hi! I'm trying to combine the usage of `with` and `assert` in order to write a single `visit url()` block which will be driven by configuration (from the `with`). Here...
Hello! I would like to add some basic support for JUnit reports - that becomes a nice standard for the showing reports from tests in tools like [gitlab](https://docs.gitlab.com/ee/ci/unit_test_reports.html) or [junit](https://plugins.jenkins.io/junit/)....
Updating the player is a bit of a hassle as we need to actually download and install a new version over the previous one. Having a `blackfire-player selfupdate` would be...
I wasnt able to find a example which shows how it is possible to assert a expected http response body against the contents of a local file. I imagine something...
hi, im trying to install blackfire-player by following instructions on this section: https://github.com/blackfireio/player#download and when im trying to run it im getting this error: [XXX@XXXX-dev1 ~]$ blackfire-player PHP Parse error:...
the docs at https://blackfire.io/docs/player/index#visiting-a-page-with-visit mention a request notation using a long inline string: ``` scenario visit url('/login') method 'POST' body """ { "user": "john", "password": "doe" } """ ``` we...
Hey Guys! I was looking at the code and I found that based on composer.json file, the library supports php >=5.5.9, but in the code are used php 7.0 features...
Hi, Let me explain :) I'm profiling an api, and I need to call my login page which return a token I need to pass to all my next calls....