WhereIsMySpoon: they get me places and never had an issue
WhereIsMySpoon
sorry the bot response was just amusing to me :p
AutomatedTester: okay
AutomatedTester
WhereIsMySpoon: except that one time where davehunt and I got dropped off at Frankfurt instead of LHR
WhereIsMySpoon
AutomatedTester: well, frankfurt is almost london
AutomatedTester
but that wasn't United's fault
WhereIsMySpoon
to americans anyway
:p
simonstewart
The RC firefox proxy tests aren't working
lukeis
who tests that? :)
is it in ci?
AutomatedTester
what is a CI
simonstewart
Apparently "absolutely noone"
WhereIsMySpoon
AutomatedTester: coke inhaler?
barancev
simonstewart: for more than a year. nobody cares
lukeis
if it's not in CI, it's the same as the test not existing
AutomatedTester
WhereIsMySpoon: doesnt that cause drowning
simonstewart
I'm pretty sure I've fixed that more than once
AutomatedTester
coke is a liquid, inhaling a liquid can be bad
WhereIsMySpoon
or maybe Care Inhibitor
AutomatedTester: weaksauce coke :P
AutomatedTester
simonstewart: did you answer my question about eng prod engineers yesterday?
simonstewart
I don't know. did I?
AutomatedTester
let's go with no :)
I might have missed it, why I was asking
jimevans
so basic marionette support in .NET is easily doable
well not easily, but i have it working locally in a branch
AutomatedTester: does marionette support custom profile settings? if so, how are they propagated to the driver?
AutomatedTester
jimevans: not atm
we should add that
brma joined the channel
jimevans
i'd guess people are going to want to customize their profiles for use with marionette, so yeah. but that's on y'all to figure out how to propagate that to the driver (via capabilities, i'm sure, but what the format is, that's another matter).
jimpurbrick joined the channel
Venus_Mars joined the channel
dude-x has quit
AutomatedTester
jimevans: the interesting case, that just came to me, is what happens if an addon isnt signed
do we not create the session or...
II need to speak to my team
jimevans
if you want my opinion, i'm rather indifferent. we can't make up our collective mind about how to handle incorrect configuration on session startup (see debate on desired vs. required capabilities), so i don't know that i really have an opinion on what should happen.
as long as you make a decision and document it. :)
nirvdrum joined the channel
dude-x joined the channel
jleyba joined the channel
dubner_ joined the channel
RedAero has quit
mekdev
Good morning guys, would love some help from any JS experts or maintainer here if anyone has a moment to spare.
jimevans
mekdev: :ask
selbot2
If you have a question, please just ask it. Don't look for topic experts. Don't ask to ask. Don't PM. Don't ask if people are awake, or in the mood to help. Just ask the question straight out, and stick around. We'll get to it eventually :)
mekdev
Do we support calling generators using the provided mocha control flow with the latest 2.47 release ?
I wanted to do this var apiResponse = yield someHttpRequest(); from inside test.it("Test Name", function* () {};
WhereIsMySpoon
mekdev: have you tried it?
mekdev
we are heavily using the provided test wrapper
yes i have
it dies at the start of the generator function
so I was not sure If I was doing smth wrong
kggr joined the channel
or if it was supported
WhereIsMySpoon
at this point i step aside as ive never used mocha
dubner has quit
mekdev
Thats ok WhereIsMySpoon: TY! for some context we have a WebClient which is the equivalent to a PageObject but for Rest API calls
inside we opt for co-requests which are all generator calls
WhereIsMySpoon
i dont know if there's a mocha chat or forum but i think it would be better to ask there or maybe on stackoverflow
this is a channel specificaly for selenium questions
specifically*
mekdev
got it! but the provided mocha wrapper is part of the selenium-webdriver package