-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
Add selenium & tests #482
Add selenium & tests #482
Conversation
Thank you for this 👏 IMHO, the final goal is to have browser tests written in Behat/Gherkin language. Selenium IDE can be cool, so that "random" users can help us write tests.
Actually, I would like to give a try to symfony/panther, it looks like it is way easier to use than full-stack Selenium. |
Thank you for your feeback. I think |
While digging around I came across Zalenium. |
Yes you are right Zalenium add more features. If you want I will change to Zalenium. I've just push the VNC support to current selenium install so now you can connect to a node |
See #502 |
This is a Work in progress for issue:
#391
With this you can log in a Selenium grid console with 2 browers (chrome & firefox):
http://localhost:4444/grid/console
An exemple test case is added in side format (exported from firefox selenium IDE)
A new npm package is added to launch side test from CLI
Next steps proposal: