Please check Documentation for the instructions.
-
Add a remote to base test framework (only need to run one time):
git remote add hn https://github.com/precise-alloy/regression-test.git
-
Periodically, get latest test frame work features and bug fixes by running the below command:
git fetch hn git merge hn/master
-
Commit/Push the changes to the project's repository.
-
Run below command:
$env:REPLACEMENT_PROFILE = 'default'
-
Execute your test suites as usual.
The tests now run on old env withref
command and new env withtest
command`. -
When your tasks are finished, either close the terminal or run below command to reset the profile:
$env:REPLACEMENT_PROFILE = ''
-
Run the following command:
. ./alias.ps1
-
Use new command aliases:
Command Alias 1 Alias 2 npm run ref -- --test-suite alloy r alloy ref alloy npm run approve -- --test-suite alloy a alloy approve alloy npm run ref -- --test-suite alloy t alloy test alloy