-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
Find a way to validate that the PRC's functionality ports as completely as possible to Windows, via automatic tests. As much as possible, do this automatically and without changing existing scripts.
Useful tools for this might include:
docker compose- A docker image that runs Windows environment, maybe:
dockurr/windows - A scripting shell invoked from the docker windows image, either:
- PowerShell (this could be hard job, porting the existing BATS/bash scripts), or
- Git Bash + BATS (probably much easier)
Reactions are currently unavailable