[13selenium] 15shs96c pushed 1 new commit to 06master: 02https://git.io/fANiF
13selenium/06master 14721f6e6 15Simon Stewart: Add a json coercer for URLs
Selenium-Github has left the channel
rsrx joined the channel
corevo has quit
p0deje has quit
kwoding joined the channel
christian-bro-sl joined the channel
christian-bro-sl
Hey guys, can someone point me to a document that describes the process of how features/bugfixes have to be proposed to the WebDriver protocol? Or is it just raising an issue / making a PR on https://github.com/w3c/webdriver ?
oTTomation
well when you submit a bug you have a template, wouldn't that suffice?
christian-bro-sl
If I raise an issue within that repo there is no GitHub template whatsoever
damnski26 joined the channel
damnski26 has quit
grug0 joined the channel
corevo joined the channel
grug0 has quit
corevo has quit
p0deje joined the channel
ShekharReddy has quit
phendryx has quit
kwoding has quit
corevo joined the channel
phendryx joined the channel
simonstewart joined the channel
andylavarre joined the channel
christian-bro-sl has quit
Sudheendra-sl joined the channel
simonstewart
G'day, folks
barancev-sl joined the channel
barancev-sl
ave, simonstewart!
simonstewart
Currently wrestling with code
Sudheendra-sl
Need help with running selenium Java tests on Jenkins pointing to selenium hub docker image. I have it working locally (with proxy as I am behind corporate network). But the same code doesnt work in Jenkins
simonstewart
Our error handling is a fun place to hack in
barancev-sl
@simonstewart I hope you know you broke grid tests
simonstewart whistles innocently
simonstewart
Yeah
diemol
Hi simonstewart!
simonstewart
diemol: g'day
Once I get this bug out the way, I'm circling round to those tests
barancev-sl
diemol was almost accused of these failures :)
diemol
haha, I ran the tests locally and I thought "how could this change break all that" :D
simonstewart
I mean, we can do that if you want, but it's not the right thing to do
ShekharReddy joined the channel
barancev-sl
yes, don’t worry about tests yet
simonstewart
I'm not sure I'm liking this new assertion library much
barancev-sl
why?
it’s more “type strict”
simonstewart
I keep needing to include it in build files, and it doesn't appear to add a huge amount of value to me
I've almost completely backed away from the hamcrest matchers
barancev-sl
it’s better than hamcrest, it’s error messages are more descriptive
and of course more descriptive than junit’s ones
and its API looks similar to mockito
simonstewart
meh
If folks like it, I'll run with it
Selenium-Github joined the channel
Selenium-Github
[13selenium] 15shs96c pushed 1 new commit to 06master: 02https://git.io/fAN73
13selenium/06master 1464f337f 15Simon Stewart: Better error handling out of the command handler servlet
Selenium-Github has left the channel
simonstewart
Spotted one mistake. Fixing that now
Gosh. These e2e tests take a long time to run
At some point, I should pull them apart and see if we can't make them smaller and faster