An open API service indexing awesome lists of open source software.

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

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
```