rally.js
This is the Rally partner support library, rally.js
, used to manage the lifecycle of Rally studies.
This library is used in the Rally Study Template.
npm link
Manual testing using Manual testing of rally.js
can be done as follows:
- Run
npm link
in thesupport/
directory. - In the directory of the testing grounds (e.g. the study-template), run
npm link "@mozilla/rally"
. This will make the test project use the local version ofrally.js
, automatically tracking any change to it.
And to undo the linking:
- Run
npm unlink "@mozilla/rally"
in the testing directory. - Run
npm unlink
in thesupport/
directory.