Closed brentwalter closed 10 years ago
Thanks! This is a dupe of #2. I haven't checked into this too much yet. Selenium is kind of a pain but I enjoy the visual debugging during playback a lot. If you have an idea or want to explore this area, please do! I'll also try a few things when I get the time.
Thanks for the quick response. I'm hoping to use your tool in an enterprise environment that requires constancy across many developer's computers as well as Jenkins automation, so I may have to spend some time looking into getting this to work. Perhaps there are some clues in how Facebook/huxley implemented it in Python:
https://github.com/facebook/huxley/blob/master/huxley/integration.py#L26 https://github.com/facebook/huxley/blob/master/huxley/cmdline.py#L33
Thanks for any advice or guidance. Having this as a Grunt task is incredibly valuable, so your Node port is worth its weight in gold. Thanks again for wonderful work.
You're welcome! Yeah, I have a lot at hand right now so feel free looking into it (and also weight in in other issues if you want).
Hi chenglou,
Just wondering what I can do to help you push version 6.2 to NPM with the remote selenium and browser prefixed image updates?
I'm sure you're very busy, and I'm happy to help with anything that's holding you up.
Thanks again for all your time and effort on this project.
That'll be 7.0. I'm probably releasing it at the end of this weekend, along with some other changes.
Would be nice to test that remote actually works though (even though it has no reason to not work?).
I was using the master branch of node-huxley today (npm link to it from my working project) and it was connecting and running perfectly on one of our remote Selenium server. The issues I'm working through with our automation team are:
I'll happily share what we figure out or my script to dynamically modify the huxleyfile.json files. I'm sure these are issues others will have when using Huxley in a group setting on a remote Selenium server.
Thanks again for all the awesome work.
Great!
Concerning point 1: yeah that might be a possibility. Except localhost was given as an example. It's really just any page anywhere that you can access. So if we make this configurable I'd prefer it not to go in the way of me testing on, say, "url": "google.com"
.
Point 2: humm, dunno lol. I'll see.
Alright. 0.7.0 in! The catch is that I haven't tested remote, but since it's supposedly just a server URL change, this should be fine. I'll trust your words =).
Leaving this issue open for the discussion above.
New, cleaner API in 0.8.0: https://github.com/chenglou/node-huxley/wiki/API
Thanks for all the fantastic work porting huxley to Node!
This feature may already be in place, but I couldn't find any configurable variables in the codebase, as described: https://github.com/facebook/huxley#how-do-i-use-a-remote-webdriver-server
Thanks for your help.