Martin Reinhardt
Martin Reinhardt
do you plan making a new release with the stop function?
### Feature request: Not sure if it's just a frontend ticket, but should be possible ;) Description of feature: Would be great to upload images via goldfish, e.g. for QR...
On Windows 10 the plugin fails if path is too long: ``` Error: spawn ENAMETOOLONG [ERROR] at exports._errnoException (util.js:907:11) [ERROR] at ChildProcess.spawn (internal/child_process.js:298:11) [ERROR] at exports.spawn (child_process.js:362:9) [ERROR] at Object.exports.execFile...
With the latest testinfra version during a molecule setup, it seems that the port is used for picking up the container: ``` No such container: instance:7525\ ``` But the port...
When using whitelisting the report doesn't show a difference. Would be nice to see which findings were excluded. Any plans to add this?
- Would be helpful to create a enum with all possible config parameter: ``` public enum ConfigParameter { //@formatter:off LOG_LEVEL("galen.log.level",10,"Used log level","Used log level"), SCREENSHOT_AUTORESIZE ("galen.screenshot.autoresize",true,"Should screenshots get resized","Should screenshots...
Integration with [Sonarcloud.io](https://sonarcloud.io/projects) would be great. Could help us to improve overall quality.
Need to support proxy settings from command line via parameters: ``` galen test home.test --htmlreport report --proxy_server http://proxy.domain.net:8080 --proxy_user user --proxy_password password ```
With the `JUNIT` format you can add it e.g. on Gitlab CI and get something like this: 
Is it somehow possible to support partials via jsdoc comments, e.g.: ```ts export type Dynamic = ... ; export type DynamicFieldAreaKey = | 'registration' | 'guest'; /** * Configure dynamic...