cuic icon indicating copy to clipboard operation
cuic copied to clipboard

Clojure UI testing with Chrome

Results 3 cuic issues
Sort by recently updated
recently updated
newest added

I've been exploring cuic on NixOS, which doesn't adhere to the standard file system hierarchy, making the hard-coded paths in `cuic.chrome` problematic. This PR introduces the ability to specify the...

According to the [documentation](https://github.com/milankinen/cuic/blob/master/doc/chrome.md), it should be possible to specify the path to the Chrome binary using a plain string. I tried doing that, but got an `AssertionError` (I think...

At first: Thanks a lot for providing this great and easy to use library! My question is: Is there a best practice to test pages protected by basic auth? Thanks...