Sebastian Choren
Sebastian Choren
I can think of the follwing options to approach this problem: ## Rely on SemVer [SemVer](https://semver.org/) defines what each part of the version string means. If a version is composed...
My suggestion included this: > As an nice feature that can be added at a latter stage, and since the information is on the server, we could use the CLI-Server...
@danielbdias @mathnogueira @jorgeepc would you mind taking a look at this? any extra feedback is valuable!
@xoscar about ping vs handshake: The way I see it, as long as the agent is running, it will run the same version from start to finish, no matter how...
I thought we could keep our current, global timeout configuration, and in top of that add a `per test override`. A yaml with this new setting could look like this:...
I'm facing the same issue. The HomeLM thing is not working very well either, and I'd like to not only be able to run HASS commands, but also to do...
the docs has been updated with the new run command, but I'd like to make sure the doc is good enough to understand how to manage tests and transactions. Input...
Hi @BartNetJS. We have a similar issue for our own pipeline. We run the tests from the GH Actions runners, that don't have direct access to the development/integration cluster we...
@xoscar @olha23 I'd need designs on how to implement this in a clean way. Any suggestions?