Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niksy/vagrant-selenium
Setup simple Selenium server via Vagrant.
https://github.com/niksy/vagrant-selenium
Last synced: 7 days ago
JSON representation
Setup simple Selenium server via Vagrant.
- Host: GitHub
- URL: https://github.com/niksy/vagrant-selenium
- Owner: niksy
- License: mit
- Created: 2015-02-08T15:56:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-08T16:00:48.000Z (almost 10 years ago)
- Last Synced: 2024-10-18T04:08:10.639Z (28 days ago)
- Language: Shell
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Selenium server via Vagrant
Setup simple Selenium server via Vagrant.
## Features
* Lightweight Linux UI
* Selenium Standalone server, with corresponding browser drivers, via [selenium-standalone](https://github.com/vvo/selenium-standalone)
* Latest Mozilla Firefox and Google Chrome
* Microsoft TrueType fonts for "proper" Windows browsers testing## Installation
1. Clone this repo
1. `vagrant up`
1. Login with `vagrant/vagrant`
1. Run `startx`
1. Run `selenium` in xterm## Acknowledgments
* https://github.com/Anomen/vagrant-selenium
* https://github.com/srflaxu40/selenium-box-vagrant## License
MIT © [Ivan Nikolić](http://ivannikolic.com)