Ondřej Machulda
Ondřej Machulda
Hi, according to the list of generated apidocs, it seems the system is stucked since ca. april 2014 and not generating any new documentations.
## System * Version: 0.29.1 * Platform: arch linux 64 * Firefox: 87.0 * Selenium: [php-webdriver](https://github.com/php-webdriver/php-webdriver) ## Testcase I initialize session from [php-webdriver](https://github.com/php-webdriver/php-webdriver), but I believe the issue does not...
Currently, steward must be run from root directory of the project and with command `vendor/bin/steward`. Otherwise things stops working, because some of the directories are treated relatively from the current...
Currently only key:walue capabilities could be passed via CLI argument. More composite capabilities could be done using [custom capabilities resolver](https://github.com/lmc-eu/steward/wiki/Set-custom-capabilities#implement-custom-capabilities-resolver). But the overhead seems to be a bit large for...
Output of ->debug() and warn->() method is colored. It may be handy to color also output of ->log() method. (This would probably require adding some prefix to the log messages,...
Currently, we have [`MaxTotalDelayStrategy`](https://github.com/lmc-eu/steward/blob/master/src/Process/MaxTotalDelayStrategy.php) class, which takes care of calculating test order. Thanks to configuration file introduced in Steward 2.2, the class which handles the test order calculation could be...
Would be great to have one-liner script to start Steward in Docker locally - with no other setup required. Parameters passed to docker endpoint could be parameters for Steward itself....
We may add feature to simplify setting a proxy. Following https://github.com/lmc-eu/steward/pull/119, it could now be simply set as a capability inside some `CustomCapabilitiesResolver` class. However, one may need the proxy...