Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (visual-regression-test) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Precise Alloy - Regression Test
Please check Documentation for the instructions.
Get latest features and bug fixes for the tool
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.
Compare between old and new environment
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 = ''
Use command aliases
Run the following command:
. ./alias.ps1
Use new command aliases:
Command Alias 1 Alias 2 Description 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 npm run ref -- --test-suite sign-in --requiredLogin t alloy test alloy Run with login mode