OldSquirrelForWindows
OldSquirrelForWindows copied to clipboard
Running the tests locally requires admin rights (to netsh)
netsh http add urlacl url=http://+:30405/ user=MYMACHINE\MyUser
This should be part of the bootstrap setup for the dev environment.
That is,
-
.\script\bootstrap.ps1 - detect the current user and machine name
- prompt to elevate
- invoke netsh as above with the expected value
So that others can run the same tests on their machine and see that it all works