Arne Brasseur
Arne Brasseur
Thank you @alysbrooks , I like those proposals. Something I was also thinking about is that maybe we should have a scheme that people can easily switch to that's suitable...
I and many others are using this every day. No activity is not the same as unmaintained, and throwing shade on a project while asking for help is not generally...
The fail-fast exception should normally never bubble to the top, so I'm labeling this as a bug. Might be related to specific user setup or config, but we should evaluate...
I see now, `fail-fast` as you mention is implemented by throwing an exception. It has to be, because it's the only way we can break out of a test block...
Thanks for the additional context @onetom , but @alysbrooks is right. Tickets work best when they have a single clear call to action. In this case that's fixing the interaction...
I'm seeing the same error @jackrusher reported, this time on Linux. ``` [2017-08-12T15:47:48.235] java.lang.ExceptionInInitializerError [2017-08-12T15:47:48.241] at com.machinepublishers.jbrowserdriver.JBrowserDriverServer.main(JBrowserDriverServer.java:81) [2017-08-12T15:47:48.244] Caused by: org.openqa.selenium.WebDriverException: org.apache.http.impl.cookie.RFC2965Spec.(boolean, [Lorg.apache.http.cookie.CommonCookieAttributeHandler;) [2017-08-12T15:47:48.245] Build info: version: '2.53.0', revision: '35ae25b1534ae328c771e0856c93e187490ca824',...
Use the hooks plugin, this is the kind of thing it's there for.
No, this is not possible.
You can add an exclusion for kaocha, `{:git/url "..." :exclusions [lambdaisland/kaocha]}`
In Kaocha we basically have both, there's the functional view where a test run means transforming a test config into a test result. While that's happening we emit events which...