Arjun Mahishi
Arjun Mahishi
**Description:** Simply renames a few structs in the `configtls` package for consistence. `TLSClientSetting` to `ClientConfig` `TLSServerSetting` to `ServerConfig` `TLSSetting` to `Config` **Link to tracking Issue:** Fixes #9474
As pointed out in issue #1520, if the suite is not initialised properly (by calling the `Run` function), then calling `suite.Require()` or `suite.Assert()` will result in a deadlock. ## Changes...
I have a custom command called `test`. I generally keep re-writing when I switch from codebase to codebase. We could potentially have a project specific list of custom commands. ###...
Right now, `STDOUT` and `STDERR` are mixed in the same output buffer. There should be a way to configure the plugin to stream the `STDOUT` and `STDERR` separately into different...
Currently, custom commands are pretty vanilla. It's a simple bash script that gets executed as it is. #27 extends it slightly by introducing a way to use the selected text....
More and more functionality is being added to this plugin every now and than. It would be super useful to add unit tests for some key functions.
If the selected text is available as a variable in custom commands, this will allow the user to pass that as input to their script via STDIN or use it...
## Summary As pointed out in #1525, when the assertion message is too long, it gets completely truncated in the final output. This is because `bufio.Scanner.Scan()` has a default `MaxScanTokenSize`...
Need to use the user entered "app-name" in the skeleton code. For the title tag and other places.