Skip to content

Commit d29c85f

Browse files
committed
Merge branch 'GPII-1828'
* GPII-1828: GPII-1828: Allows for retrieval of updated env vars
2 parents 0889aed + 8379502 commit d29c85f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ It is possible to provision a Windows VM for testing purposes. Please ensure you
2525

2626
If this is your first time creating this VM an 8 GB download will take place. The downloaded image will be valid for 90 days after which the Windows installation will no longer be useable. To remove an expired image you can use the ``vagrant box remove "inclusivedesign/windows10-eval"`` command.
2727

28-
Once the VM has finished booting up you will need to type the ``vagrant reload`` command to cause it to restart. This is required so changes made to the Windows VM's ``PATH`` environment variable as part of the provisioning process are available in terminal sessions. This step is a temporary workaround and will be removed in the near future.
29-
3028
Now you can open a command prompt window and use the following commands to test the framework:
3129

3230
```
31+
refreshenv
3332
cd c:\vagrant
3433
node tests\UnitTests.js
3534
node tests\AcceptanceTests.js builtIn
3635
```
36+
37+
*Note:* The [refreshenv](https://github.com/chocolatey/chocolatey/blob/a09e15896fbc5e790b17b6699cd6b50bc7eb14e4/src/redirects/RefreshEnv.cmd) command only needs to be used if you are about to issue commands after having just created the VM. If the VM has been restarted since its creation then the command is not required.
38+

0 commit comments

Comments
 (0)