Baptiste Girard-Carrabin
Baptiste Girard-Carrabin
The current `Style Settings` for updating the code blocks was not referring to the correct CSS variable (I think so at least). This PR fix this behaviour. For example:
/kind feature **Is your feature request related to a problem?/Why is this needed** I would like to add more telemetry to the driver using opentelemetry traces. An easy way to...
#### What type of PR is this? /kind documentation #### What this PR does / why we need it: Fix a bunch of typos, spelling mistakes and grammar in documentation...
#### What type of PR is this? /kind bug #### What this PR does / why we need it: When writing tests, this allows the writer to control whether the...
### What happened? When running tests without the `fail-fast` flag, if `t.FailNow()` is called, the following assess will still run. I think this is an error because calling `FailNow` means...
Hello :wave: I'm trying to understand why flags `-parallel` and `-fail-fast` can't be used together. I've looked at the [PR](https://github.com/kubernetes-sigs/e2e-framework/pull/118) that implemented the `fail-fast` but couldn't find a reason as...
### What happened? Currently, the `config` object is passed as a reference across all the `StepFunc` of a feature. When running tests, it creates a number of issues where any...
Hello, I'm trying to build some automation to keep our fork of the driver updated with upstream. I rely on the tags to find the latest version with `git tag...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: Following discussions in https://github.com/kubernetes-sigs/e2e-framework/pull/367 This PR fixes a bug where the...
**Is your feature request related to a problem?/Why is this needed** Hi all, I wanted to gather some opinions around the idea of providing an automated snapshoting mechanism when a...