https://github.com/macopedia/selenium-vagrant-machine
Selenium Vagrant machine for Menta tests
https://github.com/macopedia/selenium-vagrant-machine
Last synced: about 2 months ago
JSON representation
Selenium Vagrant machine for Menta tests
- Host: GitHub
- URL: https://github.com/macopedia/selenium-vagrant-machine
- Owner: macopedia
- Created: 2014-06-16T09:44:28.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-16T17:20:41.000Z (about 12 years ago)
- Last Synced: 2025-12-03T01:04:13.114Z (7 months ago)
- Language: Shell
- Size: 133 KB
- Stars: 1
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Selenium Vagrant machine for Menta tests
=========================
*Based on https://github.com/seanbuscay/vagrant-phpunit-selenium
## How to use
#### Step 1: (Optional) Add your local domains into ```domains.txt``` if you want to test site from your local machine
```
magento.local
the-best-shop-eva.local
```
#### Step 2: Start the Vagrant Box
Start the Vagrant Box with:
```
vagrant up
```
It will take several minutes to configure the virtual machine when running this command for the first time. Subsequent runs will be much faster.
#### Step 3: Menta configuration
```xml
```
#### Optional
```xml
```
or
```xml
```
#### Vagrant machine
```IP: 192.168.2.200```
After you have started the virtual machine, you may ssh into the virtual machine with the following command:
```
vagrant ssh
password: vagrant
```