First, test creators will create a test, then one or more testers can run the test at once.
- Get the test file from the test creator
- Install Node.js
- Download and unzip the LTIArtillery App
- Right click the app and select "Open"
- Follow instructions
- Open Terminal
- Run
npm init lti-launch-artillery
- Follow instructions
To create a new test file, follow these instructions:
- Open Terminal
- Run
npm init lti-launch-artillery --new
- Follow instructions