David Mudrák
David Mudrák
I would prefer a flag for the `mdk behat` to enable this. Something like `-x, --xvfb`. In certain situations, such as when demonstrating the Behat power to mortals at conferences...
Would work as well. The explicit "enable" variant could handle missing binary a bit better though - such as refusing to start with the explanation ("xvfb-run not found" or so)
For the record, this is how I sorted out the focus stealing issue I had with Selenium in XFCE. I use tmux (but some other terminal multiplexer such as `screen`...
I just found in Telegram logs that it happened first to me on 19 February 2020. Sara replied to me that > It worked yesterday for me (although some times...
And on 18 February, the mdk 2.0.0 was released - https://github.com/FMCorz/mdk/releases/tag/v2.0.0 So I suspect this to be a regression of that upgrade (which also was Python 3 IIRC).
https://github.com/mudrd8mz/mdk/blob/custom-scripts/mdk/scripts/unplug.php may be a good start for development. I used that one to uninstall all additional plugins. Maybe it could be extended to take the param name as another argument.
+1 I ran to similar issue when I had a stalled mdkscriptrun.sh left from a previous process that was ctrl+c'ed. I had no idea what was wrong unless @danpoltawski suggested...
+1 I found stable_master pretty confusing too
Just for the record, I currently have ``` wording.prefixMaster: 31 wording.prefixStable: m ``` which leads to consistent naming like m28, m29, m30 and m31. It works for me as I...
In my script I used to use before switching over to mdk, I had something like this ``` BRANCHNAME=$(git branch 2> /dev/null | grep -e ^*\ | tr -d \*\...