Julian D.
Julian D.
I was wondering if it's something that we can add to the framework. We already have a function to repeat failed tests output but we don't have a function to...
Hello, What about adding an image faker? We could use this kind of API : http://lorempixel.com/ Let me know if your interested and i will contribute.
The Selenium project knows different implementations in different languages (Python, Go, Java, ...) of the webdriver, a [W3C recommendation](https://www.w3.org/TR/webdriver1/). In this issue I will cover Selenium 2.0 (based on Selenium...
This PR addresses the 2D part of #12658. I plan to separate the examples and make one PR per camera example. # Objective - Top-down camera movements towards the player...
Offer a way to manage credentials. Ideally it should be generic enough to be used across protocols and for different credential types per protocol (ex http : oauth, basic auth,...
Provide blanket implementations of the `Response` trait for reqwest, and replace Hyper client which is a legacy implementation now (following the release of v1). Then update the API with BC...
Remove unwrap calls when possible and handle them as `Unprocessable` failures with an `UnprocessableReason`. Check todo comments, look at assertion impls, json_body for example.
While users can [use their own http client and handle the http response](https://owlduty.github.io/grillon/current/writing_tests/client_configuration.html) before asserting, it is not really convenient. The library should come with a way to configure cookies...
I'm looking for any type of feedback on the project. This could be about the API, the code, the documentation, or just to know if you use it and in...