Yaro

Results 8 comments of Yaro

I do not think the argument that 'contexts' would encourage to put all the specs in one file really applies here. One should always be sensible with amount of code/specs...

Hi, guys! I started to get this issue a few days ago: ``` E5108: Error executing lua ...yaro/.local/share/nvim/lazy/neogit/lua/neogit/client.lua:58: NVIM server address not set stack traceback: [C]: in function 'error' ...yaro/.local/share/nvim/lazy/neogit/lua/neogit/client.lua:58:...

Ahaha, you are so right about the Chrome version, how did I miss that 🤦 Thank you so mush for the heads up, I will use Selenium image.

I actually went with https://hub.docker.com/r/erseco/alpine-chromedriver, which is just 305Mb, while selenium one is ~1G. It is working great so far, although it is marked as beta and the maintainer is...

Great. If you have time. It is not essential to my workflow, it was more of a challenge for me to understand why it would not work.

Reopening the issue: I am getting `Failed to encode test results to json: type 'function' is not supported by JSON` when running a suite with pending tests. Pending tests have...

> I have a custom error table that I pass to `error(foo)`. When I do this in a busted test, and then pass `--output=json`, it will just print nothing, due...