Stephane Landelle

Results 37 issues of Stephane Landelle

Just like we use scalafmt for automatically formatting the Scala code, we should do the same for the Groovy code in gradle based projects. Possible solution: https://github.com/diffplug/spotless

Type - Chore
Module - Gradle Plugin

The plugin comes with more and more automatic decisions and configuration. IMHO, it would really help support to have the plugin log its decisions. Some users refuse to share a...

Type - Feature
Module - Gradle Plugin

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy

Module - HTTP
Type - Bug

As of Gatling 3.2, as explained in the [documentation](https://gatling.io/docs/3.2/general/simulation_setup/#closed-model): > Setting a smaller number of concurrent users won’t force existing users to abort. The only way for users to terminate...

Module - Core
Type - Feature

Server might expect form parameters in a specific order. `formParamXXX`, `form` and `formUpload` should preserve original order.

Module - HTTP
Type - Feature

Recorder doesn't support WebSockets atm, see #3356. Then, an intermediate step would be to record WebSocket Upgrade requests as ws.connect and then automatically add a ws.close at the end. This...

Module - HTTP
Type - Feature
help wanted

And decompose into parts. Currently, we get things like: ``` scala .body(StringBody("""------WebKitFormBoundary${documentBoundary} Content-Disposition: form-data; name="resumableChunkNumber" 1 ------WebKitFormBoundary${documentBoundary} Content-Disposition: form-data; name="resumableChunkSize" 1048576 ------WebKitFormBoundary${documentBoundary} Content-Disposition: form-data; name="resumableCurrentChunkSize" 10080 ------WebKitFormBoundary${documentBoundary} Content-Disposition: form-data; name="resumableTotalSize"...

Module - Recorder
Type - Bug

Inspiration: https://bitbucket.org/atlassianlabs/gatling-jwt

Module - HTTP
Type - Feature
help wanted

Module - HTTP
Type - Feature

Based on http://www.websocket.org/echo.html, as chatroom sample was removed from Play 2.3.

Documentation