contexts
contexts copied to clipboard
Behat extension with most custom helper steps
This will add two available tests: - Then the JSON node :name should be a boolean - Then the JSON node :name should be an integer + french translations +...
Currently if you specify a file to be uploaded, that file is treated as the temporary upload file normally created by php. That is wrong behaviour, since that temporary file...
Hello, Today I was facing an issue, that I fixed with the code in the PR. The issue is, that I was not having the same results with an `UploadedFile`...
Hey guys, I thought I'll open an issue for the general concept before I work on a PR for this. I very often find myself using something like ```yaml And...
Using behatch together with symfony 1.4 and knplabs/friendly-contexts. Whenever we execute a step that uses behatch, it logs out of the system (the session seems to be lost) I *think*...
Unable to use step "the JSON should be valid according to swagger :dumpPath dump schema :schemaName"
Hello, It seems I am unable to validate a json repsonse from a controller as a valid schema defined in swagger json. Attached screenshot test passes if my swagger.json contains...
Improve error message, by telling with node is failing, the actual content and the expected value.
Hi, I'm trying to login to an API before execute some behat tests with this function. It seems not to accept the header. ``` /** * @BeforeScenario @login * */...