-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Executor Web - Refactoring #551
Conversation
Hi,
|
…to web-refacto # Conflicts: executors/web/web.go go.mod go.sum
Hi @kevinramage , thank you for this refactoring. I didn't manage to run the example:
with the testsuite (from readme)
did I miss something somewhere? |
Hello @yesnault , You probably have an application running on port 9515, can you check this point with a command like "ps -ef" or "netstat -ano" ? Regards |
Looks really nice! Would love to see it merged! |
Hi @yesnault, do you always have an issue with port unavailable ? |
chromedriver updated, I have another err now:
|
Hello @yesnault, Thanks for this feedback |
@yesnault : do you use the same version between chromedriver and chromium? some useful links:
|
@yesnault |
Hi @kevinramage, I'll recheck with @blaryjp hints this week with same chromium and chrome driver version. |
@kevinramage ok, so the error is now clear:
I don't have Chrome (but chromium ok). Thank you, |
Thank you for the investigation. I agree with Yvonnick about the possibility to specify the CHROME_PATH/CHROMIUM_PATH. |
Thanks for this feedback, I will check soon this point |
@kevinramage @blaryjp It's ok now, thank you.
I check integration test |
@kevinramage @blaryjp thank you, it's ok now ❯ venom run -v web.yml
[trac] writing venom.2.log
• TestSuite Web (web.yml)
• TestCase-Get-URL-and-check-title
• web PASS
• web PASS
• web PASS
• web PASS
[info] title is '' (web.yml:24)
final status: PASS |
Change the web driver client to a new one (now, agouti is now maintain). - Facilitate integration with proxy, headless - Improve log management (Possibility to see REST call between web driver and browser in debug mode) - Improve error management - Add new synchronisation features - Add Javascript code feature - Compatible with W3C Signed-off-by: Ivan Velasco <[email protected]>
Change the web driver client to a new one (now, agouti is now maintain).