Run tests on Windows
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
A Windows VM which I tried and worked is [lmayorga1980/windows-2012r2](https://vagrantcloud.com/lmayorga1980/boxes/windows-2012r2)
``` ruby
config.vm.box = "lmayorga1980/windows-2012r2"
```
It includes [Chocolatey](https://chocolatey.org), which is the apt-get for Windows. You can use it to provision JDK 7 and Maven 3:
``` ruby
config.vm.provision = :shell inline: "choco install java.jdk maven"
```
You can `vagrant ssh` into the box (cygwin will be used for this) but the more conventional way to do it on Windows is with Remote Desktop. In order to get this working, include the following:
``` ruby
$enableRDP = <
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the repository's integration-test and Vagrant configuration, then determine how tests are currently run. Use the Windows 2012 R2 box and the supplied Java, Maven, and RDP provisioning details as the reference setup. Done means the integration tests run successfully on Windows with a reproducible setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, shell
- Domain
- devops, operating-systems, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100