https://github.com/ruslanxdev/hermione-virtualbox
Hermione plugin for lounch VirtualBox.
https://github.com/ruslanxdev/hermione-virtualbox
Last synced: 9 months ago
JSON representation
Hermione plugin for lounch VirtualBox.
- Host: GitHub
- URL: https://github.com/ruslanxdev/hermione-virtualbox
- Owner: ruslanxdev
- License: mit
- Created: 2018-10-28T13:35:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T09:24:17.000Z (over 7 years ago)
- Last Synced: 2025-10-02T06:24:49.512Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hermione-virtualbox
Hermione plugin for lounch VirtualBox.
## Install
```
npm i -D hermione-virtualbox
```
## Usage
1. Install [VirtualBox](https://www.virtualbox.org).
```
brew cask install virtualbox
```
2. Download image (for example: [Windows](https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/)).
3. Create new virtual machine.
4. Configure port forwarding.
5. Run, configure system and create initial snapshot.
6. Set options for the plugin in your hermione config:
```
{
gridUrl: 'http://127.0.0.1:/wd/hub',
plugins: {
'hermione-virtualbox': {
vm: 'Machine Name'
}
},
system: {
mochaOpts: { timeout: 0 }
}
}
```
## Options
| Option | Default | Description |
| --- | --- | --- |
| `vm` | | Virtual machine name. |
| `vmStartTimeout` | `5000` | Timeout for start system. |
| `vmStopAfterEnd` | `true` | Stop virtual machine after hermione event `RUNNER_END`. |
## Licence
MIT