Fokion Sotiropoulos
Fokion Sotiropoulos
### ⚠️ Still in progress - creating config for http3, made an abstract class of the configuration and set the default min values in the streams based on the incubator...
Adding local json instead of trying to call an http server. Increasing coverage of assertions by adding tests in the `ShouldBeMap` , `ShouldBeArray` and fixing the issue with the `ShouldNotExist`
This is done in order to avoid expanding and storing big payloads that we dont need and we dont use for assertions. The flag is called `VENOM_NO_JSON_EXPANSION`.
Currently we have the tests running using make and sprinning the individual images one and having the cleanup afterwards. My proposal is to use https://golang.testcontainers.org/quickstart/ and basically have unit tests...
check them if we have them in the cache and read them only once
Skip functionality is not reliable at the moment , created a small test scenario below just to validate my suspicions : ```yaml name: "Testing skip" vars: features: - ACCOUNT -...
In order to skip a test case or a step the assertions of the `skip` block MUST be false and that is confusing. As when we have all the assertions...
Lets say you have an executor and you want to localise the scope of a variable as you may want to reuse it somewhere else without the prefix `.input`. The...
In the #9222 a user is specifying a property with the field name `compose.container.image` and the `ComposeContainer` when it creates the `composeDelegate` variable is always picking the `24.0.2` version of...